Hi All,
A student asked the following questions about the homework:
I just want to clarify some questions on the homework assignment.
1. Should we make the following classes: Triangle, Square and House?
>Yes, that would be a good idea.
2. Can the Square class call method drawRect of the Graphics package?
>Sure...
3. My intention is to call House three times with different
parameters,
which in turn will make a call on Triangle once and Square fours
times.
Am I proceeding in the manner that this project is intended?
>Yes, this is a good plan
|