Home > Java Programming > Abstract > Questions and Answers
Q: |
Which three of the following are true? a).An abstract class cannot be instantiated b) An interface can extend multiple interfaces c) All methods in abstract class must be abstract d) If a class B directly extends class A , then class B must implement all the abstract methods which are declared in class A e) If concrete class C extends concrete class B, and B implements interface A , then all the methods from interface A can be invoked on an instance of C. | ||||||||||||||
|
Comment on this Question | |
Name: | |
|