Multiple Choice
If you do not declare an access specification, the default for members of a class is
A) inline
B) private
C) public
D) global
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: When a constructor function accepts no arguments,
Q36: When an object is defined without an
Q37: If you do not declare a destructor
Q38: Assuming that Rectangle is a class name,
Q39: In OOP terminology, an object's member variables
Q41: Constructor functions are often used to allocate
Q42: Assume that myCar is an instance of
Q43: While a class's member functions may be
Q44: Where are class declarations usually stored?<br>A) on
Q45: Which of the following is automatically called