| Chapter 7 | ascg-01 |
| Further Concepts | Documents |
Plain slides for printing 1-up-ps, 8-up-ps
Comments: |
Add your comments and questions here! [pdm]
The semantics of the "super" construct, as we have see it on Wednesday 21 March, does not correspond exactly to the intended meaning of this construct (see example) -- [klin]
Thanks for the clear example. The appropriate action semantics for the invocation of "super" methods is therefore to bind a token `super' directly to the superclass when defining a class, and to refer to `the class bound to super' when invoking a superclass method. [pdm]