MCQOPTIONS
Saved Bookmarks
| 1. |
Choose correct statements about an Abstract class in Java? |
| A. | An abstract class implementing an Interface, need not implement methods of an interface |
| B. | An abstract class extending another abstract class, need not define methods of the super abstract class. |
| C. | The first subclass of an abstract class should define all the abstract methods inherited from all the interfaces and super abstract classes. |
| D. | All the above |
| Answer» E. | |