A(n) _____ is a public member function that provides read-only access to a private data member.
a. accessor function
b. reader function
c. protector function
d. constructor function
a. accessor function
You might also like to view...
When building a child class, if a programmer wishes to make full use of its base class’s constructor, which answer best describes what might be done to accomplish this?
A. All initializations done in base class where possible. B. All initializations done in derived class where possible. C. All initializations done in main where possible. D. All initializations done in child class where possible.
What type of hypervisor would be loaded in a host OS in order to provide virtualization?
A) Type-1 B) Type-2 C) Type-3 D) Type-4
Data transfer from a client to a server is referred to as which of the following?
a. Query b. Download c. Upload d. Pull
Which of the following terms describe a point-in-time backup of a virtual machine?
A. full backup B. differential backup C. snapshot D. system state backup