Multiple Choice
Java does not support multiple inheritance but some of the abilities of multiple inheritance are available by
A) importing classes
B) implementing interfaces
C) overriding parent class methods
D) creating aliases
E) using public rather than protected or private modifiers
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Abstract methods are used when defining<br>A) interface
Q2: Consider a class named Name which has
Q3: All classes in Java are directly or
Q4: Which of the following is true about
Q5: Example Code Ch 09-4<br>Given the following partial
Q7: The instruction super(); does which of the
Q8: Example Code Ch 09-1<br>Consider the following class
Q9: If a programmer writes a class that
Q10: Why is it a contradiction for an
Q11: Explain the difference between using an imported