Files
freeCodeCamp/curriculum/structure/blocks/lecture-understanding-object-oriented-programming-and-encapsulation.json
2025-09-25 13:00:31 -07:00

35 lines
1.0 KiB
JSON

{
"name": "Understanding Object Oriented Programming and Encapsulation",
"isUpcomingChange": true,
"dashedName": "lecture-understanding-object-oriented-programming-and-encapsulation",
"blockType": "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"
},
{
"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"
},
{
"id": "68c3bc80f67363a31791fe1c",
"title": "What Is Abstraction and How Does It Help Keep Complex Systems Organized?"
}
],
"helpCategory": "Python"
}