Computer Applications

A class is a template for its:

  1. data
  2. functions
  3. objects
  4. methods

Objects & Classes

11 Likes

Answer

objects

Reason — A class is a blueprint or template for its objects. It defines the characteristics (attributes) and behaviour (methods) that the objects created from the class will possess.

Answered By

6 Likes


Related Questions