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:
Before entering into the concepts , create 2 files named index.php,myclass.php.
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