Quote (Minkomonster @ Apr 15 2014 10:46am)
You want to think object oriented? It is actually pretty easy. Easiar, and more intuitive than procedural in my opinion. Because we do it intuitively.
What is an object? It is an abstract model of something. An object contains fields which define what they are and methods which define what the object can do.
Let's define some objects.
<etc etc etc etc>
I found this entire post to be more informative than actual classes I attended on Object Oriented Programming in school.
+1