Learning to think in the Object Oriented Way

Posted by SpikETidE on Stack Overflow See other posts from Stack Overflow or by SpikETidE
Published on 2010-04-22T07:21:23Z Indexed on 2010/04/22 7:23 UTC
Read the original article Hit count: 240

Hi Everyone....

I am a programmer trying to learn to code in the object oriented paradigm... I mainly work with PHP and i thought of learning the zend framework... So, felt I need to learn to code in OO PHP....

The problem is, having done code using functions for quite a long time, i just can't get my head to think in the OO way....

Also felt that probably I am not the only one facing this problem since the beginning of time...

So, how did you people learn object oriented programming... especially how did you succeed in "unlearning" to code using functions... and learn to see you code as objects...?

Is there any good resource books or sites where one could find help...??

Thanks for sharing your knowledge and experiences...

© Stack Overflow or respective owner

Related posts about object-oriented-design

Related posts about learning