Which three statements describe the object-oriented features of the Java language?

Which three statements describe the object-oriented features of the Java language?

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.



Leave a Reply 5

Your email address will not be published. Required fields are marked *


jose

jose

can anybody help me with this question…i guess the answers are wrong…..

Marc

Marc

A D F
B = wrong
C = wrong
E = has nothing to do with object orientation

Kaykay

Kaykay

Definitely A,D,F.

Martin

Martin

Guys, this is correct. Because Object is the root class of all CLASSES not OBJECTS.