super
For an instance of VIP, a constructor of the super-class Employee should be called to initialize the fields declared in Employee.
This is the first statement in a constructor for VIP super(n, d);
This of this as equivalent to Employee(n, d)
Previous slide
Next slide
Back to first slide
View graphic version