When calling explicitly we make use of super constructor as: Child_class_constructor() :super() { … } Implicit super: In this case, the parent class is called implicitly, when there is object creation of child class.
When calling explicitly we make use of super constructor as: Child_class_constructor() :super() { … } Implicit super: In this case, the parent class is called implicitly, when there is object creation of child class.