Class Duplication
Class Duplication
- compile and optimize classes assuming static intraclass calls
- have two versions of each class, one for instantiation, one for inheritance
- requires the run-time environment to know about this and have appropriate behavior
- duplicates the code size