Wednesday, 4 December 2013

Object oriented programing

    OOP in php is about creating a modular code like other languages(java......).OOP makes it easy to maintain and modifying the existing code.

  Concepts of oops:
  • Classes
  • Objects
  • Data Abstraction and Encapsulation
  • Inheritance
  • Polymorphism

              Before entering into the concepts  , create 2 files named index.php,myclass.php.

No comments:

Post a Comment