Introduction to OOP: Chapter 12: Implications of Inheritance [next] [previous] [audio] [real] [text]

Maximum Static Space Allocation

A different approach would be to allocate the Maximum amount of space you would ever need.

Intro OOP, Chapter 12, Slide 11

Actually, some recent experimental Java JIT compilers have experimented with techniques similar to this.