Files
freeCodeCamp/curriculum/challenges/chinese/07-scientific-computing-with-python/python-for-everybody/objects-inheritance.md

422 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e7b9f170b6c005b0e76f088 对象:继承 11 FBL3alYrxRM objects-inheritance

--question--

--text--

面向对象编程中的继承是指什么?

--answers--

扩展父类时创建的新类。


类的构造实例。


通过扩展现有类来创建新类的能力。


在使用类构造对象时调用的方法。

--video-solution--

3