Can we create constructor in abstract class in Java?

We can create constructor in abstract class , it doesn’t give any compilation error.

But when we cannot instantiate class there is no use in creating a constructor for abstract class.


Posted

in

Tags:

Comments

Leave a Reply