Question: Develop OO Software for an airport system with 5 Airports Define a new class Name the class as myAirport Private The name of the Airport
Develop OO Software for an airport system with Airports
Define a new class
Name the class as myAirport
Private
The name of the Airport
The total passenger capacity of the Airport
The occupancy rate of the Airport
Public
Void module to get the Airport parameters Name, passenger capacity, and occupancy rate
Void module to show the Airports parameters
And define two methods for the class.
module to get the Airport parameters from the user
module to show the Airport parameters on the computer screen
When the user runs the program;
First objects will be developed based on user input
User will enter the passenger capacity and passenger occupancy rate for each Airport manually
Once all objects were populated loaded with the data then the program will use the module to show the Airport parameters on the computer screen
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
