Solved

You Have a Student Class with a Constructor That Requires

Question 75

Essay

You have a Student class with a constructor that requires two arguments: a character "F" for Freshman and an integer "2020" for the year. Create a Freshman class that is a subclass of Student with a constructor for Freshman . Include the initial super() statement and include a comment that reads "//Other statements go here".

Correct Answer:

verifed

Verified

public Freshman()
{...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions