Multiple choice technology programming languages

Storage area with associated semantics is called

  1. Class

  2. Constructor

  3. Object

  4. None

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

An object is a storage area with associated semantics - it combines data (storage area) with the behavior and meaning (semantics) of what that data represents. Classes define the structure, constructors initialize it, but objects are the actual storage areas with meaning.