Tag: inheritance
All the articles with the tag "inheritance".
-
Virtual Destructor in C++: Why You Need One and When
Learn why C++ needs virtual destructors. See the memory leak that happens without one, the one-line fix, and the simple rule for when to add one to a class.