<<< | Index | Attribute Visibility >>> |
Recall that class is a blueprint of an object.
Therefore, multiple instances of an object of the same class can be instantiated.
Each instance occupies its own memory
Each instance has its own identity.
However, we also might need memory that is shared by all objects.
<<< | Index | Attribute Visibility >>> |