Files
freeCodeCamp/curriculum/structure/blocks/lecture-understanding-inheritance-and-polymorphism.json
2025-10-23 23:20:15 +05:30

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"
}