Importance of OOPs in PHP.
IMPORTANCE OF OOPS IN PHP
OOPS stands for Object oriented programing structure. OOPs is one of the fundamental part of software development. OOPs is also used in web development languages like PHP. In PHP OOPs is used for organizing concepts around the data that is going to be presented. It's a kind of organizing things in a kitchen. Everything is organized separately at their places. The main reason why it is used is it is one of the best way to present the unorganized data to organized manner in front of the user. OOPs helps in providing the things in a functional manner.
Some of the basic Concepts of OOPs are:
- Abstraction
- Encapsulation
- Inheritance
- Polymorphism
OOPS Life Cycle |
Comments
Post a Comment