Question: Create a Student Class C# as hand-writting Create the structure for a STUDENT class. Build a Class Diagram for this Student class. This class should
Create a Student Class C# as hand-writting
Create the structure for a STUDENT class. Build a Class Diagram for this Student class. This class should have 6 Properties: id, name, address, phone, major and gpa. Your class should contain all of the set and get methods necessary to access these properties. Also include any other behaviors that you deem necessary for this Student class.
Next: Write the Pseudo Code for this Student class. Make your pseudo code as close to C# as possible.
After creating the class, write the code that would be needed to Instantiate one Student object and fill this object up with some data.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
