Multiple Choice
Match each term with the correct statement below.
-A mechanism that enables one class to assume both the behavior and the attributes of another class
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
Q7: Sometimes the superclass data fields and methods
Q22: class Animal <br>{ <br> void myDog() <br> { <br> System.out.println("Animal
Q26: What are the parts of a class
Q31: Superclasses can be distinguished from their subclasses
Q32: Java's Math class is an example of
Q33: In a UML diagram, minus signs are
Q33: How is the keyword protected used?
Q34: Match each term with the correct statement
Q38: By convention, a class diagram contains the
Q40: When you use the method name with