Lecture overview -- Keyboard shortcut: 'u'  Previous page: Auto Pointers -- Keyboard shortcut: 'p'  Next page: Copying Point objects in parameter passing -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Abstraction Mechanisms, Part 1 - slide 13 : 36

Object copying

It is possible to copy objects as part of initializations and in assignments

Plain and simple value semantics is used for objects of class types in C++

The copy constructor and overloading of the assignment operator can be used to redefine the default meaning of object copying