Discussion Forum : Interfaces And Abstract Classes
Question - In Java, declaring a class abstract is useful
Options:
A .  To prevent developers from further extending the class.
B .  When it doesn't make sense to have objects of that class.
C .  When default implementations of some methods are not desirable.
D .  To force developers to extend the class not to use its capabilities.
E .  When it makes sense to have objects of that class.
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

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