MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements correctly describes the relation between an object and the instance variable it stores? |
| A. | Each new object has its own distinctive set of instance variables |
| B. | Each object has a copy of the instance variables of its class |
| C. | The instance variable of each object are separate from the variables of other objects |
| D. | All of above |
| Answer» E. | |