Proper Inheritance - Part 1 of 2
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of proper inheritance in C++ programming through this comprehensive conference talk by John Lakos at CppNow. Delve into the importance of documenting essential software behavior while understanding the advantages of leaving certain behaviors undefined. Examine the concept of narrow versus wide contracts and their significance in creating robust class hierarchies. Review components, interfaces, and contracts in general, setting the foundation for a deeper understanding of inheritance. Prepare for an in-depth exploration of three distinct types of inheritance: Interface Inheritance from pure-virtual functions, Structural Inheritance from non-virtual functions, and Implementation Inheritance from non-pure virtual functions. Learn the specific criteria for proper contracts in each inheritance type, compare their relative utility, and discover common misuses of inheritance that should be avoided. Access accompanying slides for a visual aid to reinforce key concepts presented in this insightful talk.
Syllabus
John Lakos: Proper Inheritance (part 1 of 2)
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube