Home
blunty666 edited this page Jul 23, 2018
·
5 revisions
Welcome to the Aloof wiki! [WIP]
Contents:
- The Basic Class
- The 'Main' Class and Creating + Running a Program
- Accessing Class Variables and Methods
- Creating an Instance
- Accessing Instance Variables + Methods
- The Instance Constructor
- Getters and Setters
- The 'raw' object - How to Bypass Getters and Setters
- Extending a Class
- The 'super' Object - Accessing the Parent Class
- Importing from Other Packages
- The Basic Interface
- Implementing the Basic Interface