Question: Must be written in C# Console Application! Design an inheritance hierarchy to include classes for Student, GraduateStudent, and UnderGraduate and show it in the form
Must be written in C# Console Application! Design an inheritance hierarchy to include classes for Student, GraduateStudent, and UnderGraduate and show it in the form of UML diagram. Name your own members for each class. For example, GraduateStudent may include a data member for the type of undergraduate degree awarded, such as B.A. or B.S., and the location of the institution that awarded the degree. UnderGraduate may include classification (freshman, sophomore). Implement your design in C#, and write a driver program to test it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
