Multiple choice

What are the two common characteristics shared by all objects?

  1. Methods and interfaces

  2. State and behavior

  3. Methods and messages

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

Every object in an OOP system is characterized by its state (data/fields) and its behavior (methods/actions).