Multiple Choice
Match each term with the correct statement below.
-An instance method call
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
Q2: public class Student<br>{<br>private String firstName;<br>private String lastName;<br>private
Q6: If a superclass contains only constructors that
Q8: An error is generated by the compiler
Q10: public class Student<br>{<br>private String firstName;<br>private String lastName;<br>private
Q17: When a protected data field or method
Q20: You are never aware that _ is
Q25: What is information hiding and how is
Q44: You use the keyword _ to achieve
Q60: class Vehicle {} <br>public class Car extends
Q66: Using the keyword _ provides you with