Question: I am writing a java program that represents a simple academic system. It is asking to make class named TrasientStudent that extends the Student class.
I am writing a java program that represents a simple academic system. It is asking to make class named TrasientStudent that extends the Student class. It represents a students whose home institution is another college, but is taking a few courses at this school. With the Private instance variable homeInstitution of type String
Notes: Do not include an equals method for this class either. It will use the one inherited from the parent class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
