An object is a self-contained abstraction of an item.
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.