#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Sub class is invoked when we create the object of subclass, it by default invokes the default constructor of super class.

Answer

Constructor