Multiple choice

An object is a self-contained abstraction of an item.

  1. True

  2. False

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

An object is indeed a self-contained abstraction that encapsulates data and behavior. In object-oriented programming, objects represent real-world items or concepts and combine attributes (data) and methods (operations) into a single unit, hiding internal implementation details from external access.