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 Write in c# visual studio 1) Write a student class. Each student

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!