The Note Context in the rightmost column is only shown in case an annotated program exists. - You can navigate to the annotated program via the annotated slide view (= 'the note context').
A template of a function with private context. | function-with-context.scm | Slide context | Text book context | - |
The send method which is used in the Point class. | point-all.scm | Slide context | Text book context | - |
A general template of a simulated class. | class-template.scm | Slide context | Text book context | - |
Accompanying functions for instantiation and message passing. | class-template-functions.scm | Slide context | Text book context | - |
The class Point implemented with use of the general class template. | point-class-all.scm | Slide context | Text book context | - |
A sample construction and dialogue with point. | point-dialogue | Slide context | Text book context | - |
A general template of a simulated class with inheritance. | class-template-inh.scm | Slide context | Text book context | - |
A simulation of the root of a class hierarchy. | object-class.scm | Slide context | Text book context | - |
Accompanying functions for instantiation, message passing, and method lookup. | class-template-functions-inh.scm | Slide context | Text book context | - |
A specialization of Point which is called ColorPoint. | colorpoint-class-all.scm | Slide context | Text book context | - |
A sample construction and sample dialogue with ColorPoint. | color-point-dialogue | Slide context | Text book context | - |
A base class x . | class-x-y-all | Slide context | Text book context | - |
A dialogue using class x and class y. | class-x-y-dialogue | Slide context | Text book context | - |
Generated: Friday January 3, 2014, 09:49:31