Tag: super.clone

super.clone

Basically, `super.clone()` is what you call *inside* your own `clone()` method when you’re trying to make a copy of an object. Remember, for your class

Read More »