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 together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Simulation of other Paradigms and Continuations - slide 10 : 43

An example of virtual methods
We continue playing with the classes Point and ColorPoint
colorpoint-class-all-virtual.scm
All necessary stuff to play with ColorPoint.
color-point-dialogue-virtual
A sample construction and sample dialogue with ColorPoint.
Go to exercise
Color Point Extensions
Go to exercise
Representing HTML with objects in Scheme