public Father是类Father的构造方法,而public void Father则是类Father中的一个方法。子类Son的同名方法(public voidFather)想用super来调用父类的方法,那肯定调用的是父类中的同名方法(public voidFather)中的东西啊。