+ 1
Need solution
Why an abstract class in java cannot be instantiated?
1 ответ
+ 4
Because it is not fully implemented one.
You can Instanciate only when by concrete class extend it and fully implement it.
Why an abstract class in java cannot be instantiated?