QuestionQ44
Working with InheritanceWhich three statements characterize the object-oriented features of the Java language?
Choose three
- A Objects can be reused.
- B A subclass must override the methods from a superclass.
- C Objects can share behaviors with other objects.
- D A package must contain a main class.
- E Object is the root class of all other objects.
- F A main method must be declared in every class.
Community Discussion