Difference between revisions of "OOP"

From Freephile Wiki
Jump to navigation Jump to search
m (Text replacement - "<abbr title="[^"]+">(.*)<\/abbr>" to "$1")
(Created page with "<abbr title="Object Oriented Programming">OOP</abbr> is an approach to programming that developed over time. See http://bitflop.com/articles/procedural-programming-vs-oop.html...")
Line 1: Line 1:
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
+
<abbr title="Object Oriented Programming">OOP</abbr> 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
 
See https://github.com/marcelgsantos/learning-oop-in-php for a fantastic collection of OOP learning resources
  
 
[[Category:PHP]]
 
[[Category:PHP]]

Revision as of 16:01, 23 June 2015

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