Multiple choice technology programming languages

_______ is a construct that defines objects of the same type.

  1. A class

  2. An object

  3. A method

  4. A data field

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

A class is a blueprint or template that defines the structure and behavior of objects of the same type. An object is a specific instance (option B is wrong). A method is a function defined in a class (option C is wrong). A data field is a single variable within a class (option D is wrong).