Comments on Reference Count (2 of 2)
- Anytime object's reference count is decremented, test for deletion
- Large aggregate copied by reference, with a small, fixed number of operations
- Reference counter uses small storage
- Change to pointer adds to reference count
- Destructor must test reference count ##