Skip to content

Commit b6f4bf4

Browse files
committed
Updates.
1 parent 55540cf commit b6f4bf4

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed
Loading

lessons.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,24 @@
10571057
"description": "In this section, we improve our object implementation through encapsulation and abstraction.",
10581058
"videos" : [
10591059
{
1060-
"title" : "TBD",
1061-
"youtube" : "tbd"
1060+
"title" : "Implementing Encapsulation and Interfaces in C",
1061+
"youtube" : "kMVmO0BpoMw"
1062+
},
1063+
{
1064+
"title" : "Exploring the Map Abstraction across Languages",
1065+
"youtube" : "pK_AOOKqhX8"
1066+
},
1067+
{
1068+
"title" : "A Quick Look at Unique Aspects of the C++ Object Oriented Pattern",
1069+
"youtube" : "VCrE9jYJBQo"
1070+
},
1071+
{
1072+
"title" : "Implementing Encapsulation in C-Based Objects",
1073+
"youtube" : "_HfYsyTi-tA"
1074+
},
1075+
{
1076+
"title" : "Building an Iterator Abstraction in C",
1077+
"youtube" : "Wfln7WdYkN4"
10621078
}
10631079
],
10641080
"references" : [

0 commit comments

Comments
 (0)