Multiple Choice
Who can access private data in a class?
A) members of the class
B) friends of the class
C) everyone
D) B and C
E) no one
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: A _ function is not a member
Q21: An overloaded extraction or insertion operator should
Q22: The copy constructor for a class is
Q23: The assignment operator must be a _
Q24: A friend function needs to be passed
Q26: How many parameters are there in a
Q27: Which of the following would be an
Q28: If obj1 and obj2 are both objects
Q29: Which of the following are valid declarations
Q30: The destructor for a class is called<br>A)