Multiple Choice
A derived class has access to
A) the private functions and variables of its ancestor classes
B) the public functions and variables of its ancestor classes
C) only the functions and variables defined it its class
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A member function that allow the user
Q2: Different class may not have member functions
Q4: A class member function may be private.
Q5: A member function that allows the user
Q6: C++11 allows you to directly set the
Q7: A structure definition ends with the closing
Q8: In a struct, all members are _
Q9: You specify an individual member of a
Q10: given the following class definition, how could
Q11: Which part of the ADT tells the