Difference between revisions of "OOP"

From Freephile Wiki
Jump to navigation Jump to search
(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...")
 
m (Text replacement - "<abbr title="[^"]+">(.*)<\/abbr>" to "$1")
 
Line 1: Line 1:
<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
+
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
 
See https://github.com/marcelgsantos/learning-oop-in-php for a fantastic collection of OOP learning resources
  
 
[[Category:PHP]]
 
[[Category:PHP]]

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