Object Oriented Programming (Code)
Introduction:
Hello and welcome to a tutorial on Object Oriented Programming, with code examples as opposed to theory.
Ready the theory page
Before starting this page make sure you have read and understand the theory page which can be found here.
Instances
The use of OOP is to have multiple instances of one class running at the same time, each with it's own variables and methods.