Question: Computer Science C++ Programming Problem. I want to Code for Student.h and Student.cpp files. 14. (12 points) Given the following UML diagram, write an interface

Computer Science C++ Programming Problem.
I want to Code for Student.h and Student.cpp files.
14. (12 points) Given the following UML diagram, write an interface (in the header file) and implementation (in the corresponding source code file) for this Student class. Be sure to include all neccssary for code for the declaration and definitions of the member attributes and methods. In overloading the operator for this class, consider two Students cqual if their names are equivalent Student Name: String -ID: Number Email: String +Student(Name, ID, Email) +set name(Name) +get_name0: String operator-(Student): Boolean nterface (Student.h) Implementation (Student.opp)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
