Value Semantics
The value semantics for a class determines how objects of the class are copied from one object to another. In C++, it consists of the assignment operator and the copy constructor.
Previous slide
Next slide
Back to first slide
View graphic version