Unit II Program Assignments A

Chapter 5: ArrayLists

 

Program

Description

Due Date

Reservation

Write a Reservation class for an airline that has the following methods: a default constructor, a constructor with two parameters (name and seat), getName, getSeat, setName, and setSeat.

Wednesday 11/8  

Airplane

Complete the methods for the airplane class saved in the share folder.  You will need to put the airplane class in the same project as reservation.  There is a test class for this project.

Friday 11/10

 

 

 

 

 

 

 

 

 

 

 

 

Phase II:

Program

Description