Introduction to OOP Chapter 5: Messages Instances and Initialization: next previous audio real text

Memory Recovery

Because in most languages objects are dynamically allocated, they must be recovered at run-time. There are two broad approches to this:
Intro OOP, Chapter 5, Slide 08