Quick Index
Prerequisites


This is a continuation of the challenge in the previous chapter.

In that challenge we coded up these two classes:


We coded up empty class bodies. This will be our starting point for this challenge.

Before getting started, add a new working directory for this challenge.

As always, the challenge follows the full example closely.

Add Instance Variables To Ball Class


Problem Statement:


Hints:


Add Instance Variables To Rectangle Class


Problem Statement:


Hints: