C++ program to read and print students information using two classes and simple inheritance
belongs to collection: C++ Inheritance programs/examples
All Answers
total answers (1)
belongs to collection: C++ Inheritance programs/examples
total answers (1)
Read and print students using simple inheritance program in C++
Output
Enter student's basic information: Name?: Mickey Age?: 26 Gender?: F Enter student's result information: Total Marks?: 455 Grade?: A Name: Mickey,Age: 26,Gender: F Total Marks: 455,Percentage: 91,Grade: Aneed an explanation for this answer? contact us directly to get an explanation for this answer