Class student contains roll number, name and course as data members and Input_student and display_student as member functions. Create a class exam and publicly inherit it from student class. The...


In C++


Class student contains roll number, name and course as data members and Input_student<br>and display_student as member functions. Create a class exam and publicly inherit it from<br>student class. The derived class contains an array of marks and no_of_subjects as data<br>members, and input_marks and display_result as member functions. Overload

Extracted text: Class student contains roll number, name and course as data members and Input_student and display_student as member functions. Create a class exam and publicly inherit it from student class. The derived class contains an array of marks and no_of_subjects as data members, and input_marks and display_result as member functions. Overload "<=", "()" and "+=" operators and use the overloaded operators in the main function. create an array of objects of the exam class and display the result of 5 students.

"()"="" and="" "+="">
>
Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here