Matching
Match each term with the correct statement below.
Premises:
indicates that a base class should be used only once
Responses:
parent class
virtual
derived class
reliable class
override (a function)
inaccessible class member
single inheritance
invoke a method
multiple inheritance
Correct Answer:
Premises:
Responses:
parent class
virtual
derived class
reliable class
override (a function)
inaccessible class member
single inheritance
invoke a method
multiple inheritance
Premises:
parent class
virtual
derived class
reliable class
override (a function)
inaccessible class member
single inheritance
invoke a method
multiple inheritance
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.
Q51: Match each term with the correct statement
Q52: Consider an object aWorker of class Worker
Q53: Consider the following code segments: <br>class Person