Saved Bookmarks
| 1. |
Why is an object called an instance of a class? |
|
Answer» An object is called an instance of a class as every object created from a class GETS its own INSTANCES of the variables defined in the class. Multiple OBJECTS can be created from the same class. |
|