What I Learned from Scott Meyers' Effective C++, Part 6
In my previous chapter, we discussed Implementations. In this chapter, we'll talk about what I learned in chapter 6 of the book, items 32 to 40.
Item 32: Make sure public inheritance models “is-a.”
Public inheritance by design implies an "is-a" relat...
klcsln.hashnode.dev3 min read