Ferris-DMSE / TeamPlatinumViewer

Team Platinum's homework for SCM, The Viewer
0 stars 2 forks source link

Create Student Class #3

Closed iFialAtFail closed 8 years ago

iFialAtFail commented 8 years ago

Create Student class according to spec

iFialAtFail commented 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.

JakJon commented 8 years ago

Finished creation of student class.