Skip to content

继承(Inheritance)

继承是面向对象编程的三大特性之一,允许子类继承父类的属性和方法,实现代码复用。

主要内容

TODO: 待补充