ICSE Class 10 Computer Applications Question 3 of 30

Solved Sample Paper 1 — Question 3

Back to all questions
3
Question

Question 1(iii)

A class is :

  1. an object factory
  2. a blueprint to create objects
  3. a specification for objects
  4. All of the above
Answer

All of the above

Reason — A class is considered as an object factory as it is a blueprint to create objects and it contains specifications for objects.