Solved

Match Each Term with the Correct Statement Below

Question 19

Matching

Match each term with the correct statement below.

Premises:
Must be the first statement in the subclass constructor
Keeps data private
A part of UML
Inherits from a base class
A base class
Determines whether an object is a member or descendant of a class
Makes a program run faster
A mechanism that enables one class to assume both the behavior and the attributes of another class
An instance method call
Responses:
inheritance
inlining
virtual method call
information hiding
derived class
super()
superclass
instanceof
class diagram

Correct Answer:

Must be the first statement in the subclass constructor
Keeps data private
A part of UML
Inherits from a base class
A base class
Determines whether an object is a member or descendant of a class
Makes a program run faster
A mechanism that enables one class to assume both the behavior and the attributes of another class
An instance method call
Related Questions