Solved

Which of the Following Statements About Classes Is Correct

Question 36

Multiple Choice

Which of the following statements about classes is correct?


A) When programmers work with an object of a class, they do not need to know how the object stores its data or how its methods are implemented.
B) When programmers work with an object of a class, they must understand how the object stores its data and how its methods are implemented.
C) When programmers work with an object of a class, they must understand only how the object stores its data.
D) When programmers work with an object of a class, they must understand only how the object's methods are implemented.

Correct Answer:

verifed

Verified

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

Related Questions