Closed iFialAtFail closed 8 years ago
Still needs work, converting to C# properties, and remove redundancies in naming scheme. Instead of the fields being "StudentName", consider just "Name" as the "Student" part is taken care of in the class level. For instance: Student newStudent = Student(); newStudent.StudentName = "Fred"; //Adding the Student before name makes for longer lines and redundancy.
Finished creation of student class.
Create Student class according to spec