Discussion:
Q: Identifying the appropriate class names, attributes and methods for the following objects. I need at least 3 attributes and 3 methods for each class.
STUDENT
INSTRUCTOR
CLASS
MAJOR
For Example:
Class Name
Student
Attributes
socialSecurityNumber;
studentName;
studentDOB;
Methods
getStudentName();
getTotalStudentCount();
setStudentID(ssn, fname);