Please if you can't do it please don't solve it because I
need it Please read the notes below I have the question below
in C++ it has been resolved but I want to make it as required by
the question using inputs from the user I mean INPUT mode for
the user to enter the information because the question asks for
entries and the solution has no entries I hope to
modify and comply with the requirements of the question
Please help me to correct the errors in this code and run it on
the program. Please if you are able to do it just because I need it
to work fully
Write C++ program to declare student status, the program should
have class 1 insert student name and age call by reference, class 2
should insert student status (success, fail) using static member
function and inherit class 1, class 3 should insert subject name
inherit class 1, and class 4 inherit class 2&3 and test if
student success of not and display all information (student name,
age, success or not, subject name).
Where:
If success=1 and fail=0 display success
If success=0 and fail=1 display fail
------------------------------------------------------------------------------------------------------------------------------------------
Please if you can't do it please don't solve it because I need it Please read the notes below I have the question below
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am