Rate Tips

Misconception: Students think that it’s possible to write methods that add attributes to a Java class.

  • Explain to students that the attributes of a Java class are fixed upon its creation.
  • Explain that even though that's not how Java works, it is a reasonable idea and many languages allow that (e.g. JavaScript, Ruby, & Python).