Multiple Choice
Match each term with the correct statement below.
-Keeps data private
A) information hiding
B) inheritance
C) super()
D) superclass
E) instanceof
F) virtual method call
G) inlining
H) class diagram
I) derived class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: When you instantiate an object that is
Q5: When you employ _, your data can
Q15: What happens when you write your own
Q16: public class Student<br>{<br>private String firstName;<br>private String lastName;<br>private
Q18: The classes you create in _ programming
Q19: _ polymorphism is the ability of one
Q68: Usually, the subclass constructor only needs to
Q73: It is useful to override the parent
Q75: You have a Student class with a
Q76: The class used as a basis for