From 04762dc23c13840bd66b70828d7a7ee9dd2267e9 Mon Sep 17 00:00:00 2001 From: Igor Bogoslavskyi Date: Fri, 8 Dec 2023 22:48:32 +0100 Subject: [PATCH] Add some comments --- lectures/implementation_inheritance.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lectures/implementation_inheritance.md b/lectures/implementation_inheritance.md index a2d172d..e7c4db6 100644 --- a/lectures/implementation_inheritance.md +++ b/lectures/implementation_inheritance.md @@ -1,3 +1,20 @@ + + # Implementation inheritance Inheritance is an important concept that enables a lot of techniques that we use in C++.