mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 16:00:12 -04:00
496 B
496 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f170b6c005b0e76f088 | 对象:继承 | 11 | FBL3alYrxRM |
|
objects-inheritance |
--question--
--text--
What is inheritance in object-oriented programming?
--answers--
扩展父类时创建的新类。
类的构造实例。
通过扩展现有类来创建新类的能力。
在使用类构造对象时调用的方法。
--video-solution--
3