Solved

Which of the Following Is Correct

Question 9

Multiple Choice

Which of the following is correct?


A) an attribute is an class variable when each object stores its own value for the attribute
B) an attribute can also be a instance variable, which means that there is only one value stored for the attribute that is shared by all class instances
C) an instance operation can be called using any object
D) a class operation is encapsulated in a class and can be called through the class

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions