Multiple Choice
The ____ keyword specifies that the class members following it can be accessed only by using the class functions.
A) private
B) public
C) protected
D) restricted
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: The class declaration section begins with the
Q40: The values contained in an object s
Q41: How you choose to store data in
Q42: Defining more than one _ constructor for
Q43: When constructing a class in C++, the
Q45: A common programming error consists of failing
Q46: C++ constructors cannot be written as inline
Q47: Just as a variable of an integer
Q48: By definition, a(n) _ is simply a
Q49: Like constructors, there can be more than