Chapter 15: Passing and Copying Objects

15.1: Issues About Passing Handles and Objects

15.2: Clone an Object

15.3: Java has no need for Copy Constructor

15.4: Can Copy Constructor Replace Clone( )?

15.5: Shallow Copy and Deep Copy

15.6: Control Cloneability Through Inheritance Hierarchy

15.7: Immutable Class

15.8: A Pair of Mutable and Immutable Classes