Java Programming Home Page: Archive: Message #67

Date: Apr 03 2000 12:29:27 EDT
From: "Java Programming" <javaProgramming-owner@listbot.com>
Subject: Homework

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