Processing Forum
I am trying to write a program that simulates in a basic way, the growth of a flower. My main problem is change this to a more object oriented program. I am new to OOP so correct me if i am wrong... There can be 4 classes
The following is the code I have this far.. So my main question is, how do i make this program object oriented using those classes... And as far the program goes, i am still finishing off the growth of the flower, only stem growth is complete.