Suppose I create a new kind of Java object called "Kangaroo". Further suppose that at any given time, all instances of this new object type have some facts associated with them. These include the Kangaroo's location, stomach capacity, and current attitude towards pea soup. What is another name for these facts?

Attributes
  • Object parts
  • Associations
  • Parameters

There are not hints for this question