Multiple Choice
Which type of member function may only be called from a function that is a member of the same class?
A) public
B) private
C) global
D) local
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: More than one constructor function may be
Q23: When you dereference an object pointer, use
Q24: A C++ class is similar to a(n)<br>A)
Q25: In C++11 you can use _ to
Q26: How many default constructors can a class
Q28: In a procedural program you typically have
Q29: Examples of access specifiers are the key
Q30: A destructor function can have zero to
Q31: Objects are created from abstract data types
Q32: When using smart pointers to dynamically allocate