

InterviewSolution
Saved Bookmarks
1. |
A class is also refered as object factory Comment? |
Answer» A class can create OBJECTS of itself with DIFFERENT CHARACTERISTICS and common behaviour just LIKE a factory can produce SIMILAR items based on a particular design. Hence, class is also referred to as 'Object Factory'. |
|