Please sign up for the course before starting the lesson.

Apex – Interfaces An interface is like an Apex class in which none of the methods have been implemented. It only contains the method signatures, but the body of each method is empty. To use an interface, another class must implement it by providing a body for all of the methods contained in the interface.Interfaces […]

Back to: IT – Salesforce Certified Platform Developer Exam (1 & 2) > Salesforce - APEX Development