Jump to content

Learning O.O.P.


The Little Guy

Recommended Posts

Do you have a basic knowledge of PHP as a language and syntax?

 

You don't really have to have a knowledge of a specific language or syntax in order to get a handle on OOP principles. There are many different languages that support OOP, and the basic idea behind the application structure is the same for all of them, and it is completely language independent.

 

I would recommend someone start with something like this page from SUN:

 

http://java.sun.com/docs/books/tutorial/java/concepts/

 

It's geared towards Java, but the principles can be applied across the board.

 

Another great read for you would be this Wikipedia entry:

 

http://en.wikipedia.org/wiki/Object-oriented_programming

Link to comment
https://forums.phpfreaks.com/topic/55309-learning-oop/#findComment-274151
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.