super关键字访问父类成员

1.super只能出现在子类的方法和构造方法中;

2.super调用构造方法时只能是第一句;

3.super不能访问父类的private成员。

原文地址:https://www.cnblogs.com/YeHuan/p/10574389.html