Matching
Match each term with the correct statement below.
Premises:
to call a function
Responses:
parent class
invoke a method
single inheritance
virtual
override (a function)
derived class
reliable class
inaccessible class member
multiple inheritance
Correct Answer:
Premises:
Responses:
parent class
invoke a method
single inheritance
virtual
override (a function)
derived class
reliable class
inaccessible class member
multiple inheritance
Premises:
parent class
invoke a method
single inheritance
virtual
override (a function)
derived class
reliable class
inaccessible class member
multiple inheritance
Responses:
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
Q4: C++ programmers usually use the _ access
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