
Object Oriented is an approach to software development that models application around real world objects such as employees, cars, bank accounts, etc. A class defines the properties and methods of a real world object. An object is an occurrence of a class.
Object-Oriented Programming (PHP OOP), is a type of programming language principle added to php5, that helps in building complex, reusable web applications.
- Encapsulation/Abstraction
- Inheritance
- Polymorphism
Advantage:
- Real world programming
- Secure(information hiding)
- Fast Development –> Programmers are able to each their goal faster.
Thanks very interesting blog!
Thanks bandar