mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-31 18:03:18 -05:00
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> Co-authored-by: Sem Bauke <sem@freecodecamp.org> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
35 lines
1.0 KiB
JSON
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"
|
|
}
|