Which three statements describe the object-oriented features of the Java language?
A.
Objects can share behaviors with other objects.
B.
Objects cannot be reused.
C.
A package must contain more than one class.
D.
Object is the root class of all other objects.
E.
A main method must be declared in every class.
F.
A subclass can inherit from a superclass.
can anybody help me with this question…i guess the answers are wrong…..
A D F
B = wrong
C = wrong
E = has nothing to do with object orientation
Definitely A,D,F.
a,d.f
Guys, this is correct. Because Object is the root class of all CLASSES not OBJECTS.