Which of the following below is FALSE for abstract class?
Options
- An abstract class can have only abstract methods
- An abstract class can have both abstract and concrete methods
- An abstract class is to be extended by another class
- A class can extend only one abstract class
CORRECT ANSWER : An abstract class can have only abstract methods
Write your comments