SE450
:
Invoking Superclass Methods
[13/65]
Use
super
keyword
public double getSalary()
{
return
super.
getSalary() + bonus;
}
super
is
not
a reference
super
turns off polymorphic call mechanism