mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
675 B
675 B
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f170b6c005b0e76f088 | objects: inheritance الكائنات: الوراثة | 11 | FBL3alYrxRM |
|
objects-inheritance |
--question--
--text--
What is inheritance in object-oriented programming?
--answers--
إنشاء class جديد عند وراثة الكلاس (class) الأب.
بناء شبية بال class.
القدرة على إنشاء class جديد بوراثة class موجود.
طريقة(method) يتم استدعاؤها عندما يتم استخدام الclass ليناء object.
--video-solution--
3