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
Write your comments