Model your data with Classes
# | Name | Description | Status |
---|---|---|---|
1 | Intro to Classes and Objects | The foundations of an OOP language | Not Started |
2 | Outter and Inner Classes | Some classes are more shy than others | Not Started |
3 | Objects & No Argument Constructors | Bring classes to life | Not Started |
4 | Objects & Argument Constructors | Contruct objects with custom values | Not Started |
5 | Overloading Constructors | Contruct objects with optional custom values | Not Started |
6 | Dot Operator & Public Access Modifiers | Access Member Variables from other classes | Not Started |
7 | Private Access Modifiers | Our little secret | Not Started |
8 | Apex Properties | Use accessors and properties to member variable scope | Not Started |