Multiple choice technology programming languages

What attributes do all real world objects have?

  1. size and weight

  2. identity, state, and behavior

  3. state and behavior

  4. height and shape

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In object-oriented programming, every object has three fundamental attributes: identity (unique existence), state (current data/values), and behavior (actions it can perform). Size, weight, height, and shape are specific properties, not universal attributes of all objects.