Multiple Choice
In a class hierachy
A) the more general classes are toward the bottom of the tree and the more specialized are toward the top.
B) the more general classes are toward the top of the tree and the more specialized are toward the bottom.
C) the more general classes are toward the left of the tree and the more specialized are toward the right.
D) the more general classes are toward the right of the tree and the more specialized are toward the left.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: Look at the following code. Which line
Q28: In an interface all methods have:<br>A) private
Q33: Look at the following code.What is missing
Q36: In the following statement,which is the superclass?
Q39: What is wrong with the following code?
Q45: If a class contains an abstract method:<br>A)
Q48: Which of the following statements correctly specifies
Q52: Look at the following code. Which line
Q62: If a subclass constructor does not explicitly
Q65: If a superclass does not have a