Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please write comments Create a C++ program (3 points) At the top of the file include the following comments . Your name o The purpose

image text in transcribedimage text in transcribedPlease write comments

Create a C++ program (3 points) At the top of the file include the following comments . Your name o The purpose (core concept found below) of the programm - The date created o Using the Person class from Assignment 12 . Modify the Person class: - Set all variables so they are accessible by the Person class and all sub classes (not by any other class or program) -Create a Student class: -Student inherits from Person Add variables for ID and major. Set all variables so they are only accessible from the Student class - ID should be of type int. Add set functions for ID and major. Set the accessiblity so they can be accessed from anywhere - Add a function to display all information for the Student. This includes information inherited from Person Create aStaft class: -Staff inherits from Person Add variables for ID and department. Set all variables so they are only accessible from the Staff class ID should be of type string Add set functions for ID and department. Set the accessibility so they can be accessed from anywhere - Add a function to display all information for the Staff member. This includes informatino inherited from Person. . In main: Create one ojbect of type Student and one object of type Staff Gather all input for Student (name, campus, ID, major) from the user and use the set functions to set the values for the object.. -Display the information for the student. - Gather all input for the staff member (name, campus, ID, department) from the user and use the set functions to set the values for the object. Display the information for the staff member o Compile and run your code o Submit your source code as a plain text file with a .cpp extension. Make sure it compiles without error before submitting it

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

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago