public class Chef extends Employee { public double getHourlyRate() { return super.getHourlyRate() * 10; // 200.0; } }