Basics
Challenges
Classes
Debugging
Events
External Files
Flow Control
Forms
Functions
Html Elements
Installation
Interfaces
Keywords
Modules
Namespaces
Operators
Reference Files
String
Types
Classes have the following features:
Whenever you want to refer to a class member that belongs to the class you're in you need to prefix the reference to the
member with this
followed by a period. this.MyMethod()