FIT1048 Fundamentals of C++ Assignment, MUM, Malaysia You are asked to write a set of C++ classes that simulate the operation of an airline
University | Monash University Malaysia (MUM) |
Subject | FIT1048: Fundamentals of C++ |
In this assignment, you are asked to write a set of C++ classes that simulate the operation of an airline. An airline operates over several different routes and uses several different aircraft types on each route. In this assignment, we will restrict the number of routes per airline to 10, and the number of aircraft per route to 10. You are required to create three C++ classes, Airline, Route, and Aircraft. The main program called Assign1, which is the driver program, has been supplied with this assignment.
Each of these three classes will have a constructor method that has a signature identical to that used for that class in the Assign1 driver program. Each will also have a toString() (Display the details about that particular class) method that will return a String that can be used to display information about the object.
Class data members should be private with appropriate setter and getter methods for those that need to be accessed.
Aircraft
An aircraft class has the following data members.
Data members
String type a design of the aircraft type eg. Boeing 747, Airbus A380 int passengers the number of passengers that aircraft can carry int crew the number of crew members needed double maintCost the cost of maintenance per hour of flying double fuelEffic the tonnes of fuel used per hour of flight Methods.
1. A constructor method that accepts values for, and initializes all the data
members of an Aircraft object. eg. Aircraft A330.
2. toString() method that returns the Aircraft type and passenger capacity.
3. calcRunningCosts() a method that calculates the total cost of one hour of
flight. This is made up of the cost of fuel used, the cost of the aircrew, and the maintenance costs as well as an overhead cost.
To calculate these we assume all aircrew are paid $100 per hour in flight and the cost of jet fuel is $767 per tonne. To this, we add the hourly maintenance costs and an overhead figure of $8000 to cover the costs associated with buying a plane and the costs of administration and infrastructure required on the ground.
Get Help By Expert
AssignmentHelper.my is an expert assignment writing service that offers comprehensive and reliable assistance for FIT1048 Fundamentals Of C++ Assignment in MUM, Malaysia. We provide custom assignment help in Malaysia to students from all universities so they can get the best grades in their courses. Our professional writers are experts in different C++ topics, and are well-versed in the concepts and principles of programming. We also help students with thier "take my online exam for me" request. We understand the importance of submitting a well-written and error-free assignment. We provide students with the assistance they need to complete their assignments correctly. You can also go through our free computer assignment answers, which we provide to help students get a better understanding of their assignments.
Recent Solved Questions
- How might Nestlé strategize for the global expansion of its sustainability initiatives: marketing management Assignment, IIU, Malaysia
- BBUN2103 Contract Law and Commercial Disputes: Legal Principles and Case Analysis
- DCP5101: Program Design Assignment, MMU, Malaysia I need a standalone console application that can keep track of my restaurant sales. Customers will typically order food and drinks
- BMIT5103: Information Technology for Managers Assignment, OUM, Malaysia Information technology has revolutionized the banking industry, enabling online banking, mobile payments
- Building a Personal Brand as a CEO: A Case Study of Vivy Yusof, the Cofounder of FashionValet and the dUCk Group: Marketing Management, Assignment, OUM, Malaysia
- EBE1083: Exploring Post-Pandemic Macroeconomics: Challenges and Opportunities: Principles of Macroeconomics, Assignment, UNIMAS, Malaysia
- UBAE3023: Business Ethics Assignment, UTAR, Malaysia Can humans discuss their inclinations when they are expected to decide ethically in relation with their duties, roles and goodwill
- K17MA Statistics Assignment: Real-World Case Study on NBA, Probability & Data Analysis
- Business Assignment, TU, Malaysia Select TWO foreign cultures, one from the East and one from the West of the world. Compare and evaluate the differences between
- Property Management System Assignment, APU, Malaysia Identify a business domain for Condominium Property Management. Construct a software solution using