Multiple choice technology programming languages

__________ represents an entity in the real world that can be distinctly identified.

  1. A class

  2. An object

  3. A method

  4. A data field

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

In object-oriented programming, an object represents a specific, distinctly identifiable real-world entity (e.g., a specific car or person) with a state and behavior. A class is a blueprint or template for creating objects, a method represents behavior, and a data field represents state or properties.