Introduction to Object Oriented Programming, 3rd Ed
Chapter 5
Messages, Instances and Initialization
Outline
- Roadmap
- Messages are not Function Calls
- Message Passing Syntax
- Statically and Dynamically Typed Languages
- The Receiver Variable
- Implicit Use of This
- Object Creation
- Memory Recovery
- Memory Errors
- Constructors
- Overloaded Constructors
- Metaclasses
- New Classes for Classes
- Chapter Summary
Other Material
Intro OOP, Chapter 3, Outline