freeCodeCamp/curriculum/structure/blocks/lecture-understanding-object-oriented-programming-and-encapsulation.json
Oliver Eyton-Williams 27a54624c3
refactor: blockType -> blockLabel (#62548)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-23 23:20:15 +05:30

19 lines
546 B
JSON

{
"name": "Understanding Object Oriented Programming and Encapsulation",
"isUpcomingChange": true,
"dashedName": "lecture-understanding-object-oriented-programming-and-encapsulation",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"challengeOrder": [
{
"id": "68420be9af9d89620af7944a",
"title": "What is Object-Oriented Programming, and How Does Encapsulation Work?"
},
{
"id": "68c128cbd77e4ba9ed671937",
"title": "What are Getters and Setters"
}
],
"helpCategory": "Python"
}