Design object-oriented programming which demonstrates the use of base class, derived class, inheritance, composition, and friend functions. The program should allow a user to do the following tasks: Enter information Update vaccination information. Search each individual vaccination information status via passport no. list of unvaccinated persons list of individuals who received certain vaccine such as Pfizer, Sinovac or AstraZeneca Statistical Information, for example o Total number of individuals who received vaccine such Pfizer, Sinovac and AstraZeneca o Total number of individuals fully vaccinated, partially, or un-vaccinated o Vaccination information according to age and gender. o Many more . Use your own creativity to provide meaningful and interesting information to be displayed on the screen. You should use menu to have a full control of the program execution. General requirements: I. Input validation. II. Interactive menu. III. Good Interface Design (i.e., Presentable manner and easy to understand). IV. Meaningful comments in the source codes. Specific requirements: Data must be retrieved and processed from the array. II. Input data methods/functions should NOT be implemented in any of the classes. I. III. Data in the class declaration cannot be public members. Global variables are not allowed in your program. Advanced data struetures such as linked list, queue, stack, and binary tree are not allowed in your program. IV. V. VI. Object declarations in main function must be of type derived class. VII. Your classes should consist of standard and necessary methods.
Design object-oriented programming which demonstrates the use of base class, derived class, inheritance, composition, and friend functions. The program should allow a user to do the following tasks: Enter information Update vaccination information. Search each individual vaccination information status via passport no. list of unvaccinated persons list of individuals who received certain vaccine such as Pfizer, Sinovac or AstraZeneca Statistical Information, for example o Total number of individuals who received vaccine such Pfizer, Sinovac and AstraZeneca o Total number of individuals fully vaccinated, partially, or un-vaccinated o Vaccination information according to age and gender. o Many more . Use your own creativity to provide meaningful and interesting information to be displayed on the screen. You should use menu to have a full control of the program execution. General requirements: I. Input validation. II. Interactive menu. III. Good Interface Design (i.e., Presentable manner and easy to understand). IV. Meaningful comments in the source codes. Specific requirements: Data must be retrieved and processed from the array. II. Input data methods/functions should NOT be implemented in any of the classes. I. III. Data in the class declaration cannot be public members. Global variables are not allowed in your program. Advanced data struetures such as linked list, queue, stack, and binary tree are not allowed in your program. IV. V. VI. Object declarations in main function must be of type derived class. VII. Your classes should consist of standard and necessary methods.
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
![PROGRAM DESIGN REQUIREMENTS:
Design object-oriented programming which demonstrates the use of base class, derived class,
inheritance, composition, and friend functions. The program should allow a user to do the
following tasks:
Enter information
• Update vaccination information.
• Search each individual vaccination information status via passport no.
• list of unvaccinated persons
• list of individuals who received certain vaccine such as Pfizer, Sinovac or Astrazeneca
• Statistical Information, for example
• Total number of individuals who received vaccine such Pfizer, Sinovac and
AstraZeneca
o Total number of individuals fully vaccinated, partially, or un-vaccinated
o Vaccination information according to age and gender.
o Many more .
Use your own creativity to provide meaningful and interesting information to be displayed on the
screen. You should use menu to have a full control of the program execution.
General requirements:
I. Input validation.
II. Interactive menu.
III. Good Interface Design (i.e., Presentable manner and easy to understand).
IV. Meaningful comments in the source codes.
Specific requirements:
Data must be retrieved and processed from the array.
I.
II.
Input data methods/functions should NOT be implemented in any of the classes.
III,
Data in the class declaration cannot be public members.
Global variables are not allowed in your program.
Advanced data structures such as linked list, queue, stack, and binary tree are not
allowed in your program.
Object declarations in main function must be of type derived class.
VII. Your classes should consist of standard and necessary methods.
IV.
V.
VI.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fec84e97f-6283-4e56-a301-8d740ee431d2%2Fc389b0ea-a6ca-43b6-8988-90c9db7cb01f%2Fthusyh_processed.png&w=3840&q=75)
Transcribed Image Text:PROGRAM DESIGN REQUIREMENTS:
Design object-oriented programming which demonstrates the use of base class, derived class,
inheritance, composition, and friend functions. The program should allow a user to do the
following tasks:
Enter information
• Update vaccination information.
• Search each individual vaccination information status via passport no.
• list of unvaccinated persons
• list of individuals who received certain vaccine such as Pfizer, Sinovac or Astrazeneca
• Statistical Information, for example
• Total number of individuals who received vaccine such Pfizer, Sinovac and
AstraZeneca
o Total number of individuals fully vaccinated, partially, or un-vaccinated
o Vaccination information according to age and gender.
o Many more .
Use your own creativity to provide meaningful and interesting information to be displayed on the
screen. You should use menu to have a full control of the program execution.
General requirements:
I. Input validation.
II. Interactive menu.
III. Good Interface Design (i.e., Presentable manner and easy to understand).
IV. Meaningful comments in the source codes.
Specific requirements:
Data must be retrieved and processed from the array.
I.
II.
Input data methods/functions should NOT be implemented in any of the classes.
III,
Data in the class declaration cannot be public members.
Global variables are not allowed in your program.
Advanced data structures such as linked list, queue, stack, and binary tree are not
allowed in your program.
Object declarations in main function must be of type derived class.
VII. Your classes should consist of standard and necessary methods.
IV.
V.
VI.
![PROBLEM STATEMENTS:
"Because of the pandemic since it started in Wuhan in December 2019, most
countries have limited cross-border travel and have therefore had an impact on
the global tourism industry. Most countries have shut down the border to control
the spread of the virus. By early 2021, COVID-19 vaccines have been broadly
introduced and are effective and can reduce the risk of contracting and spreading
COVID-19. That has enabled people to cross the border and will give an
opportunity to the tourism industry."
In preparation for the opening of the border, the Government of Malaysia plans to develop an
Electronic COVID-19 passport information system (eCPIS) to store Malaysian immunization
information. You are required to develop this system to keep immunization information and
allow passport control officers to retrieve each individual immunization information, ECPIS
should contain the following information:
• Personal information (Name, passport no., age, and gender)
• Vaccination status (completed 2 doses or partially completed or not taken)
• Vaccine information (Type of vaccine, Date of receiving vaccine)
1](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fec84e97f-6283-4e56-a301-8d740ee431d2%2Fc389b0ea-a6ca-43b6-8988-90c9db7cb01f%2Fz67xfns_processed.png&w=3840&q=75)
Transcribed Image Text:PROBLEM STATEMENTS:
"Because of the pandemic since it started in Wuhan in December 2019, most
countries have limited cross-border travel and have therefore had an impact on
the global tourism industry. Most countries have shut down the border to control
the spread of the virus. By early 2021, COVID-19 vaccines have been broadly
introduced and are effective and can reduce the risk of contracting and spreading
COVID-19. That has enabled people to cross the border and will give an
opportunity to the tourism industry."
In preparation for the opening of the border, the Government of Malaysia plans to develop an
Electronic COVID-19 passport information system (eCPIS) to store Malaysian immunization
information. You are required to develop this system to keep immunization information and
allow passport control officers to retrieve each individual immunization information, ECPIS
should contain the following information:
• Personal information (Name, passport no., age, and gender)
• Vaccination status (completed 2 doses or partially completed or not taken)
• Vaccine information (Type of vaccine, Date of receiving vaccine)
1
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 5 steps with 3 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Recommended textbooks for you
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY