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.


d. Changes in the class’s implementation will affect the client.

Computer Science & Information Technology

You might also like to view...

Assuming a is a Boolean with a value of false, which of the following evaluates to true?

a) Not(Not a) b) a c) Not a d) None of the above.

Computer Science & Information Technology

The process of locating and correcting any bugs in a program is called ____.

A. exterminating B. debugging C. compiling D. linking

Computer Science & Information Technology

Match the following comparison operators with their meaning:

I. > II. < > III. < IV. <= V. >= A. less than B. less than or equal to C. not equal to D. greater than E. greater than or equal to

Computer Science & Information Technology

Browsers have to download graphic files each time they appear on the web site.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology