In this lesson, we dive deeper into Methods in an Apex Class. We discuss Static Methods, Return Types and Parameters.
Resource:
Class Methods - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_defining_methods.htm
In this lesson we discuss Access Modifiers, Interfaces and Sharing Settings.
Resource:
Apex Class Definition - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_defining.htm
In this section of the course, we cover different Data Types.
Apex uses the same primitive data types as SOAP API, except for higher-precision Decimal type in certain cases. All primitive data types are passed by value.
All Apex variables, whether they are class member variables or method vari...
In this lesson we cover complex data types, such as Objects, SObjects, Date, DateTime, etc.