Create a class of Student having private data members. Make all constructors along with setter getter. Also make a print function that can print all the information of a student. Class Student {...


Create a class of Student having private data members. Make all constructors along with setter getter. Also make a print function that can print all the information of a student.




Class Student
{
Private:
char* name;
char* reg_no;
float cgpa;
Date dob;
};
Class Date
{
Private:
int day;
int month;
int year;
};



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here