We can create constructor in abstract class , it does’nt give any compilation error.
In Java, Abstract classes can have constructors even when they are only called from their concrete subclasses.