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".

What will be an ideal response?


public Freshman()
{
    super("F", 2020);
    // Other statements go here
}

Computer Science & Information Technology

You might also like to view...

You can press the Ctrl+____ keys to open the Components panel.

A. F3 B. F5 C. F7 D. F9

Computer Science & Information Technology

The Format Painter uses the Clipboard to temporarily hold the group of formatting settings being applying to sections of the document

Indicate whether the statement is true or false

Computer Science & Information Technology

1. Characters that display on the screen, but do not print, indicating where the Enter key, the Spacebar, and the Tab key were pressed.

What will be an ideal response?

Computer Science & Information Technology

Symbols such as + and * used in expressions to manipulate operands are known as? ____.

A. ?operators B. ?variables C. ?events D. ?properties

Computer Science & Information Technology