Which of the following is not correct for Abstract class?

Options
- Abstract class specifies the full set of methods for an object.
- Can't have instances
- Can't have subclasses
- All of the above are correct


CORRECT ANSWER : Can't have subclasses

Discussion Board
abstract class

actually abstract class having subclass..
please refer this site...

https://docs.oracle.com/javase/tutorial/java/IandI/abstract.html

selvarasan 07-15-2015 04:37 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement