Multiple Choice
When an "is a" relationship exists between objects, it means that the specialized object has:
A) some of the characteristics of the general class, but not all, plus additional characteristics
B) some of the characteristics of the general object, but not all
C) none of the characteristics of the general object
D) all the characteristics of the general object, plus additional characteristics
Correct Answer:

Verified
Correct Answer:
Verified
Q48: Which of the following statements correctly specifies
Q49: Which of the following is an example
Q50: An anonymous inner class must:<br>A) implement an
Q51: Look at the following code. Line 1
Q52: Look at the following code. Which line
Q54: In the following statement, which is the
Q55: Which of the following statements declares Salaried
Q56: If a class contains an abstract method:<br>A)
Q57: Look at the following code: Line 1
Q58: All fields declared in an interface:<br>A) are