Need solution | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Need solution

Why an abstract class in java cannot be instantiated?

8th Dec 2022, 3:21 AM
Mustakim Rahman
Mustakim Rahman - avatar
1 Answer
+ 4
Because it is not fully implemented one. You can Instanciate only when by concrete class extend it and fully implement it.
8th Dec 2022, 7:47 AM
Jayakrishna 🇮🇳