Files
freeCodeCamp/curriculum/challenges/chinese-traditional/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