Q) Write a Class Person that has data members of ID, name and address. The class contains member functions for input and display the data members. Create second Class student that inherits person class. It has additional data members of roll number and marks. It also has member functions for input and displays its data members. 1) Create an object to read and display all data of the classes. 2) Specify the type of inheritance. 3) Is it possible to convert the above program to another type of inheritance(explain with example)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 1PE: In Chapter 10, the class clockType was designed to implement the time of day in a program. Certain...
icon
Related questions
Question
100%
Q) Write a Class Person that has data members of ID, name and address. The class contains member
functions for input and display the data members. Create second Class student that inherits person
class. It has additional data members of roll number and marks. It also has member functions for input
and displays its data members.
1) Create an object to read and display all data of the classes.
2) Specify the type of inheritance.
3) Is it possible to convert the above program to another type of inheritance(explain with example)
Transcribed Image Text:Q) Write a Class Person that has data members of ID, name and address. The class contains member functions for input and display the data members. Create second Class student that inherits person class. It has additional data members of roll number and marks. It also has member functions for input and displays its data members. 1) Create an object to read and display all data of the classes. 2) Specify the type of inheritance. 3) Is it possible to convert the above program to another type of inheritance(explain with example)
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage