Answer:
The answer is "classes are the blueprints"
Step-by-step explanation:
According to the class definition, it is a collection of data members and member methods, in which all the data members can't return any value, and member methods or functions return a value.
- In this question, the carpenter uses the blueprint to build the house, if he uses class and object model.
- This model also known as an entity blueprint, which sets the properties and functions with an object type.