Writing Constructors for Subclasses

AP Computer Science A· difficulty 4/5

<code>super(args)</code> must be the

  • A

    First statement in subclass constructor

    check_circle
  • B

    Last statement

  • C

    Inside if

  • D

    Anywhere in body

Explanation

Java enforces: super() (or this()) is the first statement.

Want 10 more like this — adaptive to your weak spots?

Related questions