Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a class called Passenger that represents passengers of an airline company. A passenger is defined using the following information: - Passenger ID (int) -

Create a class called Passenger that represents passengers of an airline company. A passenger is defined using the following information:

- Passenger ID (int)

- Name (string)

- Address (string)

- Tel (string)

- Date of birth (of type Date from Q2)

Provide the following functions:

- A constructor that initializes the data members and provides default arguments.

- Access methods that return the value of the data members.

- Functions that change the address, tel., and date of birth of a passenger.

- A function that prints information about a passenger.

Test your class by dynamically creating two Passenger objects and calling on them the above functions.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 19 21 2012 Proceedings Part 3 Lnai 7198

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284922, 978-3642284922

More Books

Students also viewed these Databases questions

Question

Describe the functions of communication

Answered: 1 week ago