An attribute is a Variable defined in a Class, but not in it’s Methods

There are two types of attributes:

  • Instance attributes
  • Static attributes

#todo technically the name attribute is specific to java, possibly.