About

A variable in the context of object programming.

Scope

A variable is scoped:

  • at the object level (Each object has a variable) by default
  • or at the class level if defined as static