Multiple Choice
C++ programmers usually use the ____ access specifier for inheritance.
A) public
B) protected
C) private
D) friend
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Any child class function with the same
Q2: What happens if a derived class uses
Q3: If a base class contains a function
Q5: Match each term with the correct statement
Q6: What are the advantages provided by inheritance?
Q7: When you define a derived class, you
Q8: What are the items that are never
Q9: When a class serves as a base
Q10: Can you create an array of parent
Q11: With respect to inheritance, what do generalization