# Student

This class reinforces the idea of encapsulation and constructors. It also demonstrates the idea of overloading the default ToString() method that every class inherits from the Object class.

Student Class Diagram

Should…

  • Get/Set Name
  • Get/Set Gender
  • Get/Set Student Id
  • Get/Set GPA
  • Get/Set Program
  • Get/Set Full-Time
  • Override ToString() to get the student's ID and name
Last updated on: 10/9/2019, 12:27:35 PM