A function that retrieves the value of a data member is called a:

a) modifier
b) accessor
c) constructor
d) default constructor

b) accessor

Computer Science & Information Technology

You might also like to view...

Given the following environment

#include #include int main() { pid_t pid; // Code Fragment Goes Here return 0; } Write a code fragment that creates a child process and displays a message telling the user whether the process is the parent process or the child process along with the Process ID.

Computer Science & Information Technology

Convert the number 65 to its binary equivalent

Computer Science & Information Technology