Multiple choice

A …………..is a blueprint for objects, which defines a type of object according to the data, the object can hold and the operations the object can perform.

  1. class

  2. object

  3. method

  4. signature

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

A class acts as a template or blueprint that defines the properties and behaviors that all objects of that type will possess.