Difference between revisions of "OOP"

From Freephile Wiki
Jump to navigation Jump to search
m (Text replacement - "<abbr title="[^"]+">(.*)<\/abbr>" to "$1")
m (Text replacement - "<abbr title="[^"]+">(.*)<\/abbr>" to "$1")
 
(No difference)

Latest revision as of 03:32, 12 January 2016

OOP is an approach to programming that developed over time. See http://bitflop.com/articles/procedural-programming-vs-oop.html for a good explanation. If you really want a definition, that can be hard to come by. But you should probably start at http://c2.com/cgi/wiki?DefinitionsForOo

See https://github.com/marcelgsantos/learning-oop-in-php for a fantastic collection of OOP learning resources