You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program uses inheritance to successfully create a Student class from a Person class. In addition to a urID, netID, last name, first name, birthday (including day, month, and year), email address, address, and phone number that a Student inherits from a Person, a Student also allows the user to create instances of admittance date, which scho…