Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Dec 8, 2023
1 parent f091a40 commit 04762dc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lectures/implementation_inheritance.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!--
https://isocpp.org/wiki/faq/proper-inheritance - for fun proper inheritance
https://isocpp.org/wiki/faq/private-inheritance - when to use private inheritance
Designing an interface is hard
Virtual destructors!
Also info here: https://en.cppreference.com/w/cpp/language/derived_class
Google style: https://google.github.io/styleguide/cppguide.html#Inheritance
https://google.github.io/styleguide/cppguide.html#Access_Control
Object slicing: https://www.learncpp.com/cpp-tutorial/object-slicing/
-->

# Implementation inheritance

Inheritance is an important concept that enables a lot of techniques that we use in C++.
Expand Down

0 comments on commit 04762dc

Please sign in to comment.