Implement the following algorithm in c# using wfa gui. submit source

Create a gradStudent class which Inherits from Student class created earlier.

The gradStudent class should include the following data members:

string bsDegreeName //BS degree name

float bsGPA //BS GPA

string ProgName //Master’s program name

Also create two constructors one of which is the default constructor.

Test out your gradStudent class by creating one graduate student object.