Programming Project 1
First Java programming project - Your Own Objects
Information to Use
Use Non Programming Assignment 1 (Finding Objects).
Select two of your classes - ones where you got full points on A1.
If you had troubles with the assignment see TA or professor for help and an alternative class definition if necessary.
Program to Write
Write and successfully compile a Java class definition for each of the two classes you selected.
Your class need only contain attributes (the kinds of information about each object).
Use int and String types for your attribute types.
Include comments and follow the style of the text book.
Include, as comments, the description of your two classes from your work on Assignment A1.
Submit
Please submit in Blackboard. Be certain your project compiles with no syntax errors.