0
What if java did not have abstract classes ?
2 ответов
+ 4
Then only very few of all existing Java software would still run...
+ 1
there is a similar solution: interface,
also you can use a normal class with empty methods. But abstract class can not be instantiated.