Processing 101
OOP
< Previous
Home
Next >
So how are we going to capture this in Processing
The characterestics of an Object are captured in a class
Properties become class properties (variables)
Actions become methods of the class
Lets apply it to our car