Object Oriented Programming

psiebertpsiebert Member Posts: 11 ■□□□□□□□□□
Heres a question for all the programmers out there.

I need a good concept for practicing my object oriented programming. I code in PHP so its not full OOP, but any ideas on how to practice would be a great help.

Paul

Comments

  • NetworkVeteranNetworkVeteran Member Posts: 2,338 ■■■■■■■■□□
    Consider the objects in your house or a sport or game. What properties do they have? What actions can they perform? How are these objects related? We typically begin with the most natural / understandable model, and complicate it only when necessary. UML diagrams provide a great way for expressing your models in a way often even non-programmers can readily grasp.
  • RobertKaucherRobertKaucher Member Posts: 4,299 ■■■■■■■■■■
    Learn a fully OO language and look at the source code of some of the open source projects that are out there. You should also take a look at Pluralsight - Hardcore Developer Training as they offer a large number of video courses on development topics of all sorts. $30 a month is pretty cheap.
Sign In or Register to comment.