Technical-Talk banner
Home   About Us   Contact Us

Class

The email is an instance of the class of objects called emails. Object oriented programming probably existed before the concept of a class came into being but today the concept of a class is essential to object orientation.

 

Class would be essentially a blueprint to create objects of same thing. Like each email , if considered as an object can be instance of an ‘EMAIL’ class

Google