PDA

View Full Version : Help with this Code


Steamfish
02-23-2009, 09:27 PM
Hey all,

I'm stuck with this code. Here's what I have to accomplish.

Design and implement a set of classes that define various courses in your curriculum. Include information about each course such as the title, number, description, and department which teaches it. Consider the categories of classes that comprise your curriculum when designing your inheritance structure. Create a main driver class to instantiate and exercise several of the classes.

Please explain and point me in the right direction.

Thanks very much.

tomws
02-23-2009, 11:44 PM
Please explain and point me in the right direction.

The prof who assigned this homework would be the better person to ask.

erewnoh
02-24-2009, 06:42 PM
Here is a link (http://java.sun.com/docs/books/tutorial/java/concepts/inheritance.html) to a diagram that may help you visualize the problem.