Super class’s Constructor in inheritance In inheritance constructors are not inherited . You need to call them explicitly using the super keyword.
Super class’s Constructor in inheritance In inheritance constructors are not inherited . You need to call them explicitly using the super keyword.