Merit and Dmerit of OOPs.
PHP can be used as a OOPS(Object Oriented Programing) . I define “can be”. It means it is not necessary to use PHP as a OOPS, In simple Program. If you are making a simple project using PHP don’t use concept of OOPS. Using OOPs in a simple project your work become more complex, But for a large website project OOPs will make your work more easier. Upto PHP version 4 there is not concept of OOPS but in the version 5 the OOPS is first introduce.
A Strong Benefit of using PHP as OOPS is you can use framework of PHP like PHP CAKE, Code Igniter and many more. AS It use the concet of OOPS and make your work more speedy and more accurate. AS you have to call the base library for the programming within no time your application can be made.



