Advertisements
Advertisements
Question
Differentiate classes and objects.
Distinguish Between
Solution
Class:
- Class is a blueprint or template from which objects are created.
- Class doesn’t allocate memory when it is created.
- Class is a logical entity.
Object:
- The object is an instance of a class.
- Objects allocate memory when it is created.
- The object is a physical entity.
shaalaa.com
Is there an error in this question or solution?