通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
下列选项中,能实现对父类的getSalary方法重写的是( )。
class Employee{ public double getSalary(){} }