Classes In a class we have two types of numbers Static means belongs to class & non – static means belongs to object Static number methods can access the static and non static data members Non –static member methods can access the static and non –static data members You can access the static methods through Classname. Method name You can access the non static methods through Object name. method name; ↓ Object handle. method name; Types of methods we perform all over Apex are 1.Constructors → [DC, PC] 2.Setters 3.Getters 4.Operations (actions) → in apex When to use static & non static method as? → The non static method is used w.r.t the object what you perform → The static method is used independent of the object what you perform Accelerate Your career with Salesforce Training and become experts in ...