Reminder
Before the break, we encountered a problem:
- Ordinarily, copying a class object means copying its elements
- That behavior is often inappropriate for classes that represent abstract data types
- In particular, we did not know how to define copying for page buffers
Today, we will examine the solution