Object Oriented Programming- Tutorialpath

PHP Object Oriented
PHP Object Oriented

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.

  1. Encapsulation/Abstraction
  2. Inheritance
  3. Polymorphism

Advantage:

  1. Real world programming
  2. Secure(information hiding)
  3. Fast Development –> Programmers are able to each their goal faster.

2 thoughts on “Object Oriented Programming- Tutorialpath

Leave a Reply

Your email address will not be published.