Develop a problem-based strategy for creating and applying


Learning Outcomes

1. Develop a problem-based strategy for creating and applying programmed solutions using an object-oriented paradigm.

2. Use an object-oriented development environment in the development, testing and debugging of an object-oriented application.

3. Understand object and event-driven approaches to software development.

Travel Agency System Motivation Statement:

The Travel Agency provides various services, including the booking of hotel, plane and car rental reservations. We will use this simple process of booking reservations. The system also maintains a list of customers. Customers may register by giving their name and email address, and they will be assigned a customer ID.

The following features are supported in the basic customer management subsystem:

We illustrate the reservation system that supports the following basic features:

1. Show all the hotels.

2. Reserve a hotel room for a range of dates.

3. Show all the reservations.

4. Show all the reservations for a particular customer. s. Register as a customer.

6. Show a single customer or all the customers

Important points:
- There should be a link from each form to the main menu.
- Student should make search and design his/her own interface in such a way that there is clear the difference between students interfaces designs.
- Use meaningful variable names and comments in your program.

GUI Description
The Travel Agency System needs at least the following forms in addition to the main form:
a. Form is a main menu which shows links to other forms.
b. Form for registering new customer.
c. Form for reservation.
d. Form to show all hotels, all reservation or all customers according to user selection.

- The Travel Agency System should contain at least S classes and must create sub classes to facilitate the work.

Items to be submitted

1. You should hand in hard-copy program documentation comprising the following sections:
a) UML diagrams and overall design
b) Java Code

2. You should hand in a soft-copy on CD comprising the following section:
a) A copy of the program including all the files.
b) Screen shot of the output.

1. Design - UML diagrams and overall design
2. Implement Java Code - a well-documented code should be submitted.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Develop a problem-based strategy for creating and applying
Reference No:- TGS01703742

Now Priced at $75 (50% Discount)

Recommended (90%)

Rated (4.3/5)