Object Oriented Programming In PHP
----------------------------------
OOPs (object oriented programmings) concept is use
to make powerful, robust and secure programming instructions.
With any language reference there are some basic
object oriented prog concept.
Class and Object Concept
Encapsulation and data abstraction
constructor and destructor
Inheritence
Polymorphism
Advantages of OOPs
Real world programming
Ability to simulate real world event much more effectively.
Reusable of code