Question: Create a C++ Program: Create a Student header file (C++) . Declare the following operations in the file: a. setName() b. setMarks() c. setDateOfBirth() d.
Create a C++ Program:
Create a Student header file (C++) . Declare the following operations in the file:
a. setName()
b. setMarks()
c. setDateOfBirth()
d. calculateGrade() - This method should compute and return grades based on the mark the student entered
e. calculateAge() - This method should compute and return age using the DateOfBirth the user entered
f. displayDetails() - This method should return a string displaying all the details of the user.
Now write the implementation class for the interface or header file.
Reuse the C++ Code in Python.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
