Multiple Choice
In Java,a derived class can have ________ base classes) .
A) one
B) two
C) three
D) there is no limit
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A class that uses an interface must
Q10: A class that implements an interface but
Q11: The compareTo method should return _ if
Q12: Java interfaces are a way of simulating
Q13: A common use of inner classes is
Q15: What are the semantics of the Comparable
Q16: A Java interface is an example of:<br>A)encapsulation<br>B)abstraction<br>C)polymorphism<br>D)all
Q17: Why does Java only allow the inheritance
Q18: When using the clone method from an
Q19: Any constant variables defined in an interface