Objects and Classe
In this chapter, we will learn more about objects, such as better ways to use them, and where they are stored in memory.
Objectives¶
- Understand object references and the heap.
- Use constructors to give data to object fields.
Topics¶
- Classes and Objects
- Constructors
- The Default Constructor
- Objects in Memory
- Imagining the Heap
- Visibility