C++ question. Please. Please do not copy answers from google or answers. Please help me with the solution as requested in

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

C++ question. Please. Please do not copy answers from google or answers. Please help me with the solution as requested in

Post by answerhappygod »

C++ question. Please. Please do not copy answers from google or
answers. Please help me with the solution as requested in the
question.
Unfortunately, three people copied the wrong solution, and I
submitted a complaint to the administration yesterday, and so far I
am waiting for an answer. I hope someone can help me honestly.
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply