From b3380c63b1d19b9b47f8516d5bf6b08555c477ab Mon Sep 17 00:00:00 2001 From: Todd McLeod Date: Tue, 4 Dec 2018 15:42:05 -0800 Subject: [PATCH 1/2] you're doing great --- 20_struct/00_object-oriented/notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20_struct/00_object-oriented/notes.txt b/20_struct/00_object-oriented/notes.txt index e4ff4ffb..91aade74 100644 --- a/20_struct/00_object-oriented/notes.txt +++ b/20_struct/00_object-oriented/notes.txt @@ -23,7 +23,7 @@ Classes -- classes hold both: ==== state / data / fields ==== behavior / methods --- Public / private +-- public / private Inheritence From efe77870b605c9c0bc85f1850267dcef22d32fcb Mon Sep 17 00:00:00 2001 From: Lebedev Date: Sun, 31 May 2020 13:26:35 +0300 Subject: [PATCH 2/2] typo fixed --- 20_struct/00_object-oriented/notes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/20_struct/00_object-oriented/notes.txt b/20_struct/00_object-oriented/notes.txt index 91aade74..e62344cb 100644 --- a/20_struct/00_object-oriented/notes.txt +++ b/20_struct/00_object-oriented/notes.txt @@ -6,7 +6,7 @@ behavior ("methods") exported / un-exported (2) Reusability -inheritence ("embedded types") +inheritance ("embedded types") (3) Polymorphism interfaces @@ -25,7 +25,7 @@ Classes ==== behavior / methods -- public / private -Inheritence +Inheritance ////////////// In Go: