+ 1
What is the use of defining a class as abstract?
1 Respuesta
+ 1
user can't create instance of it, u force him to extend that class so he can override and use it's methods; it can be uses as data type; it's template to other subclasses and "connects" those subclasses...