Computer Science, asked by faiz1507gmailco, 1 year ago

why class is considered as an object factory

Answers

Answered by ShreyaBangar
0
an class is called as obkect factory because objects are created from class ....
Answered by cyrusbishop
0

Answer:

The term factory typically is used for holding similar kind of objects within it. Generally, an object is created by using information available in the class. It also contains details of an object's internal data and when an object is brought into existence, it is called instantiation.  

Thus, we can conclude that class is a prototype of an object. Each object belonging to a specific class possesses the data and the methods defined within the class.

It produces objects of similar type. Hence, it is termed as object factory.

 

Similar questions