You have already learned a bit about basic Salesforce Apex coding, such as the different types of variables, operators, if...else structures, and different types of loops. Now it's time to dig deeper into the more object-oriented stuff and learn how to define a good programming structure with classes.
In this chapter, we will be covering the following topics:
- Apex classes and interfaces
- Apex triggers
- The order of execution in Salesforce