Remember, submit a assgn8 directory containing solution files by hsp.
- Understand interp6-3ool.scm thoroughly.
- Ex 6.4.5, p222: Test our implementation by running the test program on p224.
Send a copy for me to run too. This example tests self, super.
- Study static method dispatch vs dynamic method dispatch using example on p204. Also implement in School, Java and C++ and compare the results.
schoolnew.scm contains an improved implementation of School with examples.
- Same for example on p206.