Q. Which of the following statements correctly describes the relation between an object and the instance variable it stores? (Solved)
1. Each new object has its own distinctive set of instance variables
2. Each object has a copy of the instance variables of its class
3. The instance variable of each object are separate from the variables of other objects
4. All of above
- d. All of above