Data members or member functions of a class that are declared to be private may

a. only be accessed by the main program
b. only be accessed by members of the class
c. not be accessed by the class
d. are considered to be global variables


a. only be accessed by the main program
b. only be accessed by members of the class
c. not be accessed by the class
d. are considered to be global variables

Computer Science & Information Technology

You might also like to view...

Which of the following is not allowed?

a. Objects of abstract classes. b. Multiple pure virtual functions in a single abstract class. c. References to abstract classes. d. Arrays of pointers to abstract classes.

Computer Science & Information Technology

The variables, types, and constants declared in a class are its ____________.

a. functions b. procedures c. attributes d. methods e. definitions

Computer Science & Information Technology

In a partitioned memory environment, the single boundary register is replaced by the ________ and ________ registers which delimit the upper and lower boundaries of a partition, respectively.

a) base, limit b) limit, base c) high, low d) low, high

Computer Science & Information Technology

In a mail merge,

is an example of a ________

A) placeholder B) field C) source D) field type

Computer Science & Information Technology