Write code to define an abstract class

Assignment Help Basic Computer Science
Reference no: EM13689741

a. Write code to define an abstract class 'Passenger" with the following attributes: account_num, fname, lname, points, num_pass (NB this is a class variable which keeps a tally on the number of passenger objects created)
There is only one constructor that receives: account_num, fname, lname, points. You must also include the necessary 'getters' and 'setters' (where appropriate) to make the attributes available. Include an abstract method 'calcPoints' that returns nothing but accepts the cost of the ticket.

b. Write a method 'toString' for the Passenger object defined above. This method must return a string stating the: account_num, fname, lname, points of the Passenger in a well structured sentence/format.

c. Define a separate class 'Regular' which is a subclass of 'Passenger'. In the constructor of this new class ensure that you invoke the constructor of the parent class 'Passenger' to initialize the inherited variables. Implement the 'calcPoints' method as follows:
1. Finds the current points by dividing the ticket cost by 10 e.g. $1500 / 10 = 150 points
2. Adds the current points to the points already accumulated
[4 marks]

d. Define a separate class 'Premium' which is a subclass of 'Passenger'. In the constructor of this new class ensure that you invoke the constructor of the parent class 'Passenger' to initialize the inherited variables. Implement the 'calcPoints' method as follows:
1. Finds the current points by dividing the ticket cost by 5 e.g $1500 / 5 = 300 points
2. Adds the current points to the points already accumulated


e. Write a separate class 'Airline' which contains a main method. In the main method you must create four objects: two Regular Passenger and two Premium Passenger. Next you are required to create an array 'pass_arr' of type 'Passenger'of size 4. Store the four account objects in this array. Finally you are required to perform the following operations on the objects:
i. Traverse the array and display the information for each Passenger by invoking the 'toString()' method you wrote in part b.
ii. Traverse the array and invoke 'calcPoints' for each Passenger to update the points earned thus far.
iii. Output the updated array.

NB. To create the 'Regular' and 'Premium' Passenger objects above you are free to 'hard code' the attribute values.

Reference no: EM13689741

Questions Cloud

Determine the cheetahs average acceleration : The cheetah can reach a top speed of 114 km/h (71 mi/h). Determine the cheetah's average acceleration during the short sprint
Management information systems : Management Information Systems
What is the angle of incidence at the glass-to-air surface : A ray of light is incident on the mid-point of a glass prism surface at an angle of 20º with the normal. What is the angle of incidence at the glass-to-air surface on the side opposite where the ray exits the prism
Process the data fields through 2nf and 3nf : Process the data fields through 2NF and 3NF
Write code to define an abstract class : Write code to define an abstract class
What is its temperature in degrees fahrenheit : You work in a materials testing lab and your boss tells you to increase the temperature of a sample by 36.8oC. what is its temperature in degrees Fahrenheit
Final project plan : Final Project Plan
What is the force constant of this spring : You find that if you hang a 1.75kg weight from a vertical spring, it stretches 2 90cm. What is the force constant of this spring in N/m
What is his speed just before his feet : A 81-kg man steps out a window and falls (from rest) 1.2 m to a sidewalk. What is his speed just before his feet strike the pavement

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd