"Oh, right. I was going to check that out anyway..."
Every time I try to use something, I'm told it's OO. I need to understand this, but to understand it I must do it.
"Well, let's look for an OOP tutorial in Perl."
And after many minutes of looking at one, I decided that Perl isn't a language one should learn OOP in...but many will attest you shouldn't learn it in C++ or Java.
I may just go try Ruby out and see if I can learn OOP while I learn Ruby. I understand the basics -- I believe -- but if I don't play around with it, I'll never really grok it.
Basic OOP (Score:1)
Programming objects is a little more difficult, but if you read perlboot and perltoot, you'll have the basics.
OOP (Score:1)
Elemental (Score:1)
The trick now is fiddling around and seeing where my mental model of OO is somehow wrong, then playing around with it and some OO code until it's fixed.
------------------------------
You are what you think.