Question: i need to create a java program on the basis of given output on assesement no. 1 Assessment description: You are working for budget airlines

 i need to create a java program on the basis of
given output on assesement no. 1 Assessment description: You are working for
budget airlines as a junior programmer, you and your team has given
i need to create a java program on the basis of given output on assesement no. 1

Assessment description: You are working for budget airlines as a junior programmer, you and your team has given a task to develop and test a program for the company so their customers to choose as per their requirements and can check availability or can add service 1. Analyse and create simple design For the below create a generic output display as: International destination Domestic destination City name County name City as per the county Cartire Also, as per destination selection information shall outputas: selected international destination, the name of the Country and City of destination Selected Domestic destination, then name of the City and Car hire 2. Implement a well-designed modularized solution to the programme a. Create a class named International Destination to be the superclass of all the destinations. It should have suitable constructors to aid with polymorphic behaviour, and contain suitable attributes to store the information that is common to all destination names and appropriate accessors. For all destinations, the toString method should return only the country name and city of destination b. Create a class called Domestic Destination. It should be a subclass of the class internation destination. Ensure that it contains appropriate attributes to store additional information specific to domestic destination. Ensure that there is a suitable constructor, mutators to set all values appropriately, and that there are appropriate accessors to obtain all information relevant to domestic destination. Override toString() method so that it return all the domestic destination information c. Create a class called Car Hire and shall only represent when customer selected Domestic destination. It should be a subclass of Car hire. Ensure that it contains appropriate attributes to store additional information specific to Car hire. Ensure that there is a suitable constructor, mutators to set all values appropriately, and that there are appropriate accessors to obtain all information relevant to packaged items. Override toString method so that it return all relevant information related to the Packaged items d. Create a driver class which will have main method and following functionalities Use Destination as a parent/super class Use International destination and Domestic destination as two child/subclasses for Destination super International Destination would have attributes as country name and city names (2) Domestic Destination would have the name of the city and car hire details as attributes Use constructors and toString methods for declaring and displaying the objects Seach) Adriver/main class would display destinations using a recurring menu, and calculate and display the total amount due as per the user choice of destination e. Create a class diagram for above mentioned classes. Show all attributes, methods and proper relationships between dasses Amen 3. Develop and implement testing Case id's: Case name: Case data: Expected outcome: Actual outcome: 8:30 - Gmail 3. Develop and implement testing Coseid's Cose name: Case date: Expected outcome Actual outcome 1. Demonstrate basic knowledge of object oriented programming concepts and programming problems 2. Analyse and dissect simple design and programming problem 3. Implement a well-designed modularized solution to small programming problems 4. Develop and/or implement testing schedules Criteria 1. Creation of Destination (Super) class with all attributes, constructor and methods. 2. Constructor overloading in product class to show polymorphic behaviour 3. Creation of International destination (Sub) class with all attributes, constructor and methods. 4. Method overriding in International destination class to show polymorphic behaviour 5. Creation of Domestic destination (Sub) class with all attributes, constructor and methods. 6.Method overriding in Domestic destination class to show polymorphic behaviour 17. Creation of ten different Orders in driver class (5 International & 5 Domestic) 8.Display all created Orders 9. Program allows user to place more than one Order 10. Display the invoice with all the order listed with due amount 11. Proper class diagram and test cases Combe Internal Dwver country panining cardetails ) name of the uity shing carhire () erty name string. I [ CLASS' DIAGRAM] Tho above diagram shows the class diagram The following diagram gives you the idea of design the project a) Sample Design for I Can Hire System Internatered] Poder If selected, use this International Destination INTERNATIONAL | Country name o I City : o If is selected Domestic Destination Domestic city name : THIRD

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!