A member function of a class should be made private

a. always
b. only if it will never be used
c. if it will only be used by other members of the class
d. never, it is illegal to make a member function private.


c. if it will only be used by other members of the class

Computer Science & Information Technology

You might also like to view...

Many users like to think of ____ as stencils and the white areas as that which has been "cut out" of the stencil.

A. selections B. marquee selections C. alpha channels D. alpha thumbnails

Computer Science & Information Technology

When the ____ operator is used with two expressions, the resulting condition is true if either one or both of the two expressions are true.

A. || B. && C. ! D. %%

Computer Science & Information Technology

The intersection of a column and a row.

What will be an ideal response?

Computer Science & Information Technology

What type of value is used to update a counter?

A. constant B. negative C. variable D. floating point

Computer Science & Information Technology