Best Answer · By JanBask Salesforce Expert
Vikram Choudhary JanBask Expert
Answered on Nov 5, 2019
Class:- Basically class is template for object. In simple terms, class is that it defines a new data type.
Object :- Object is an instance of Class.
Example:- We can take an example of House. The class is like a sketch or prototype of a house. It will contain all details about the house like floors, doors, windows,dimension,area etc. House is like an object.