Problem Statement: Write a c++ program which consists of two classes: 1. Date 2.
ID: 3612484 • Letter: P
Question
Problem Statement:
Write a c++ program which consists of two classes:
1. Date
2. Student
First class Date should contain threedata members:
Day
Month
Year
Date also contain following memberfunctions:
Setter function
Getter function
showdate()
Now second class Student should have followingthree data members:
ST_ID
Name
Ad_date
Where ID and Name are charpointer while Ad_date (Date of Admission) is oftype Date.
Student class should contain two memberfunctions:
Display()
setdate()
Now in main function create an object of ClassStudent and call the member functions with it.
--------------------------------------------------------------------------
Sample output:
Name: Ali
ID: BC020400000
Admission Date: 12-08-2008
Explanation / Answer
}
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.