Solved

Which of the Following Statements About Separating a Class's Interface

Question 23

Multiple Choice

Which of the following statements about separating a class's interface and implementation is not true?


A) Inline member function definitions are included in the header file.
B) Changes in the class's interface will affect the client.
C) Private data members are included in the header file.
D) Changes in the class's implementation will affect the client.

Correct Answer:

verifed

Verified

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

Related Questions