WAP to implement the concept of single inheritance in C++. Create a class Person and inherit class Student from it and display the information of a student by calculating his grade.
Aim : WAP to implement the concept of single inheritance in C++. Create a class Person and inherit class Student from it and display the information of a student by calculating his grade.
No comments:
Post a Comment