The correct Answer is ACE:
A - Correct, The objects CAN be reused
B - Wrong, If your superclass not is abstract and an interface, you choose if you want override or not the methods
C - Correct, Objects can share behaviors with other objects, this is polymorphism
D - Wrong, you can create a empyt package
E - Correct, Object is the root class of all other objects, this comes automatically even if you don't put "extends Object" after the class declaration
F - Wrong, you can create a empyt class
correct answer :
A
B: a subclass must override the methods from a superclass.
This is an object-oriented feature because it allows developers to create a hierarchy of classes, where a subclass can inherit properties and behaviors from a superclass, and then override or extend those behaviors as needed. This is known as inheritance and polymorphism, which are fundamental object-oriented concepts.
C
not good :
D
E. Object is the root class of all other objects.
This is not an object-oriented feature, as Object is a class in the Java programming language that is the superclass of all other classes. It provides a common set of methods that can be called on any object, such as equals(), hashCode(), and toString().
F.
This section is not available anymore. Please use the main Exam Page.1z0-808 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
iSnover
Highly Voted 2 years, 7 months agovic88
Most Recent 4 months, 3 weeks agoEr_Ankit
1 year, 7 months agodsms
1 year, 8 months agodsms
1 year, 8 months agospongecodes
2 years, 1 month agoRAADEL3IMLAK
2 years, 3 months agoakbiyik
2 years, 4 months agoanmoldev2java
2 years, 5 months agobaledevit
2 years, 6 months agoRdharma
2 years, 6 months agoAshoke
2 years, 7 months agoAshoke
2 years, 7 months ago