omputer Science A programmer has the task of maintaining a database of students of a large university. There are two types of students, undergraduates and graduate students. All of the students have the same personal information stored, line name, address and courses taken. Each student's GPA is computed, but differently for undergraduates and graduates. The undergraduate have their declared program. The doctoral candidates have information about their dissertations and faculty advisors. Model an inheritance class hierarchy for this database. you are to consider what the common data is and what the unique data would be for each. Work with the details provided above. Just create the class definitions with the constructors and instance variables.
Computer Science
A programmer has the task of maintaining a
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images