13.1. Cloning¶
13.1.1. Objectives¶
- Distinguish between a shallow copy and a deep copy 
- Program a clone method to be a deep copy 
13.1.2. Interactive: Cloning Concepts Video¶
Follow Along and Engage
Download the slides corresponding to the video. Take notes on them as you watch the video, practice drawing diagrams yourself!
 CloningConcepts.pdf
CloningConcepts.pdf
13.1.3. Checkpoint 1¶
13.1.4. Interactive: Programming Cloning¶
Follow Along and Engage
Download the slides corresponding to the video. Take notes on them as you watch the video, practice drawing diagrams yourself!
 ProgrammingClone.pdf
ProgrammingClone.pdf


