What type of member functions allow a client of a class to assign values to private data members?
a. Client member functions.
b. Get member functions.
c. Set member functions.
d. None of the above.
c. Set member functions.
Computer Science & Information Technology
You might also like to view...
The lines around the cells of a table and the color of the background of each cell is known as:
A) Patterns. B) Color Shading. C) Stylized Patterns. D) Borders and Shading.
Computer Science & Information Technology
The C++ if, if-else, and switch statements are _____ structures.
a. sequential access b. selection c. repetition d. function-call
Computer Science & Information Technology