Lecture 8 - Page 3 : 11
Functional Programming in Scheme
Object-oriented programming in Scheme
* Closures revisited
Functions and closures
* Classes and objects in Scheme
Functions with private context
Classes and objects
A general pattern of classes
Example of the general class pattern
A general pattern of classes with inheritance
An example of classes with inheritance
The interpretation of
self
A demo of virtual methods
Classes and objects in Scheme