Copyright © 2016
Robert W. Hasker

Note 12: vtable, Copying, STL, strings

How can C++ support inheritance?

Copying Structures

Copy Constructor

Destructor

Moving Data

Rule of Five

STL and memory management

std::string memory management

Review