Anatomy of a Class

AP Computer Science A· difficulty 2/5

An instance variable is declared

  • A

    Inside the class body, outside methods

    check_circle
  • B

    Inside a method

  • C

    Outside the class file

  • D

    As a parameter

Explanation

Instance fields belong to each object; declared at class level.

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

Related questions