Lecture overview -- Keyboard shortcut: 'u'  Previous page: A general pattern of a class hierarchy with virtual methods -- Keyboard shortcut: 'p'  Next page: Summing up: Simulation of OOP in Scheme -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 3 - Page 10 : 43
Programming Paradigms
Simulation of other Paradigms and Continuations
An example of virtual methods

We continue playing with the classes Point and ColorPoint

c:/Users/Kurt/Teaching-material/Pp-Scheme-17/notes/includes/colorpoint-class-all-virtual.scmAll necessary stuff to play with ColorPoint.


c:/Users/Kurt/Teaching-material/Pp-Scheme-17/notes/includes/color-point-dialogue-virtualA sample construction and sample dialogue with ColorPoint.


Go to exerciseColor Point Extensions
Go to exerciseRepresenting HTML with objects in Scheme