1 / 3

CSCI 1101 Computer Science II Assignment 3

FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>This assignment will test your skills in object-oriented programming with multiple classes and the use of ArrayLists as the data structure. You are to design a program that implements a basic Airline Booking System (ABS). The ABS allows a client program to create airports, airlines, and flights. Each flight has an originating airport (origin) and a destination airport (destination). The origin and destination cannot be the same. Each flight consists of seats

Billong
Download Presentation

CSCI 1101 Computer Science II Assignment 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EDUCATIONAL COURSESTUTORIALOUTLET

  2. CSCI 1101 Computer Science II Assignment 3 • FOR MORE CLASSES VISIT • tutorialoutletdotcom • This assignment will test your skills in object-oriented programming with multiple classes and the use of ArrayLists as the data structure. You are to design a program that implements a basic Airline Booking System (ABS). The ABS allows a client program to create airports, airlines, and flights. Each flight has an originating airport (origin) and a destination airport (destination). The origin and destination cannot be the same. Each flight consists of seats organized in rows. Each row has six seats (“A”, “B”, “C”, “D”, “E”, “F”).

  3. EDUCATIONAL COURSES TUTORIALOUTLET

More Related