Which of the following statements correctly describes the relation between an object and the instance variable it stores? (Select multiple)

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 seperate from the variables of other objects
D) The instance variables of each object are stored together with the variables of other objects

Showing Answers 1 - 4 of 4 Answers

prajkta

  • Feb 1st, 2006
 

Each new object has its own distinctive set of instance variables
 is true

none other stmts

  Was this answer useful?  Yes

fdfd

  • Aug 15th, 2013
 

a, b

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions