Files
freeCodeCamp/curriculum/structure/blocks/object-oriented-programming-with-python.json
2026-03-17 13:16:49 +01:00

31 lines
710 B
JSON

{
"name": "Object Oriented Programming with Python",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "object-oriented-programming-with-python",
"helpCategory": "Python",
"challengeOrder": [
{
"id": "a0339c4075344cbfc2cd939c",
"title": "Classes and Objects"
},
{
"id": "9afe5e8141b13e9f1d59d46e",
"title": "Building a Multiple Choice Quiz"
},
{
"id": "697fe3cb32baa3841ab62a63",
"title": "Object Functions"
},
{
"id": "697fe5c032baa3841ab62a64",
"title": "Inheritance"
},
{
"id": "697fe6c932baa3841ab62a65",
"title": "Python Interpreter"
}
]
}