ICSE Class 10 Computer Applications Question 14 of 24

Object Oriented Programming Concepts — Question 14

Back to all questions
14
Question

Question 14

Explain the following statement — "Class is a specification for objects".

Answer

As class describes the common attributes and behaviours of its objects in detail, hence we can say that a class is a specification for objects. It can be viewed as a template or blueprint for multiple objects with similar features.