Solved

Which of the Following Statements About a Class Is Correct

Question 62

Multiple Choice

Which of the following statements about a class is correct?


A) A class should not have private instance variables.
B) Private instance variables are the interface to the class.
C) Private instance variables hide the implementation of a class from the class user.
D) Private instance variables should rarely be used in classes.

Correct Answer:

verifed

Verified

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

Related Questions