Matching
Match each term with the correct statement below.
Premises:
a child class can derive from more than one base class
Responses:
parent class
multiple inheritance
derived class
inaccessible class member
single inheritance
override (a function)
virtual
invoke a method
reliable class
Correct Answer:
Premises:
Responses:
parent class
multiple inheritance
derived class
inaccessible class member
single inheritance
override (a function)
virtual
invoke a method
reliable class
Premises:
parent class
multiple inheritance
derived class
inaccessible class member
single inheritance
override (a function)
virtual
invoke a method
reliable class
Responses:
Related Questions
Q43: Why does inheritance save you time?
Q44: _ data and functions can be accessed
Q45: Match each term with the correct statement
Q46: Many of the constructor complications that occur
Q47: To be truly "object-oriented," a programming language
Q48: Match each term with the correct statement
Q49: Class friendship is not inherited.
Q50: Match each term with the correct statement
Q52: Consider an object aWorker of class Worker
Q53: Consider the following code segments: <br>class Person