Question: Write in c# visual studio 1) Write a student class. Each student object has SID, name, totalCredits, GPA, and major; Create a constructor that gives
Write in c# visual studio 
1) Write a student class. Each student object has SID, name, totalCredits, GPA, and major; Create a constructor that gives a default ID, name, major, total credits, and gpa. Create properties Name and Major to allow users of the objects to change and read name and major values. Add a method to update totalCredits and GPA when given a new course credit and grade. Add a method to display all the student information in the debug window. void DisplayInfo0 2) Write an employee class. Each employee object has eid, ename, job, salary, and department data. Create properties for each data member. Create a method that will update the salary given a raise percentage. Add a method to display all the employee information in the debug window. void DisplayInfoO 3) Create a form with a button. Once the button is pressed create one student and one employee. Call DisplaylnfoO on both objects created
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
