Learning to think in the Object Oriented Way

前端 未结 5 891
无人及你
无人及你 2020-12-22 16:59

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

5条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-22 17:35

    It takes time.

    Moving from procedural programming to object oriented is difficult. These days, many people start with object oriented, so they don't struggle with this paradigm change.

    • Learn about the fundamentals of OOP and keep referring to them to start with.
    • Read OO code - there are lots of open source projects out there that you could sample.

提交回复
热议问题