PHP Classes

Procedural verses OOP

Recommend this page to a friend!

      PHP Classes blog  >  What Are PHP Classes ...  >  All threads  >  Procedural verses OOP  >  (Un) Subscribe thread alerts  
Subject:Procedural verses OOP
Summary:I agree with the author's assessment
Messages:1
Author:Pete
Date:2012-03-22 00:10:25
Update:2012-03-22 00:16:13
 

  1. Procedural verses OOP   Reply   Report abuse  
Picture of Pete Pete - 2012-03-22 00:16:13
I believe that many procedural programmers have shy ed away from OOP because as the author stated, it is an abstract concept. It can be somewhat hard to grasp if you work exclusively within a procedural environment. I was a hold out for many years until I finally had a basic idea of what OOP was all about. Now, I can't see myself ever going back. It is important for php developers to have a firm grasp on the procedural environment but in order to grow as a developer OOP is an absolute must to incorporate into one's knowledge base.