Multiple choice

Objects are used to

  1. mimic real life cases

  2. wake at abstract level

  3. both (1) and (2)

  4. none of the above

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

Objects are used to model real-world entities (mimic real life) AND to work at higher abstraction levels by hiding implementation details. Both purposes are key to OOP.