0
An abstract class can only have abstract methods ?
methods concrets ? atributs ?
1 Respuesta
+ 5
Abstract classes can have an abstract method or it might not at all have an abstract method and can still be declared as an abstract class. But if there is an abstract method then it is compulsory to declare the class abstract.