mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-26 17:02:27 -04:00
23 lines
639 B
JSON
23 lines
639 B
JSON
{
|
|
"name": "Understanding Inheritance and Polymorphism",
|
|
"isUpcomingChange": true,
|
|
"dashedName": "lecture-understanding-inheritance-and-polymorphism",
|
|
"blockLabel": "lecture",
|
|
"blockLayout": "challenge-list",
|
|
"challengeOrder": [
|
|
{
|
|
"id": "68c3ba8940e4df8afa83a723",
|
|
"title": "What Is Inheritance and How Does It Promote Code Reuse?"
|
|
},
|
|
{
|
|
"id": "68c3bc4ddb7b469fb7d17c28",
|
|
"title": "What Is Polymorphism and How Does It Promote Code Reuse?"
|
|
},
|
|
{
|
|
"id": "68ca71c3f0ee7ece4ea1e286",
|
|
"title": "What is Name Mangling and How Does it Work"
|
|
}
|
|
],
|
|
"helpCategory": "Python"
|
|
}
|