Computer Applications
A class is also referred to as 'Object Factory'. Comment.
Objects & Classes
ICSE 2009
182 Likes
Answer
A class has the complete description of the data elements the object will contain, the methods the object can do, the way these data elements and methods can be accessed. A class is used to create similar objects that possess different characteristics and common behaviour. Hence, class is called an 'Object Factory'.
Answered By
109 Likes