Inside the C++ Object Model

by Stanley B. Lippman

Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inherit…