Program 1: Program To Create A Class For Entering and Displaying Student Details
This C++ program defines a class called ADMISSION to store and display student details. The class contains data members for admission number, name, class, and fees. Member functions Read_Data() and Display() are used to input student data and output the stored details respectively. The main() function creates an object of ADMISSION, calls the member functions to enter and then display the student information.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
68 views
Program 1: Program To Create A Class For Entering and Displaying Student Details
This C++ program defines a class called ADMISSION to store and display student details. The class contains data members for admission number, name, class, and fees. Member functions Read_Data() and Display() are used to input student data and output the stored details respectively. The main() function creates an object of ADMISSION, calls the member functions to enter and then display the student information.