When we create the object of the sub class, the constructor of the super class is called to initial the parameters if any in the super class. But the object of the super class is never created when the sub class object is created, only the constructor of the super class is called.