Object Oriented Programming (OOP) Development
Object Oriented Programming (OOP) is a programming paradigm that uses "objects" to design applications. OOP is based on several techniques, including inheritance, modularity, polymorphism, and encapsulation. It began to be widely used in the early 1990s. The use of object or classes was first introduced in the 4.x versions of php with 5.0 implementing additional OOP techniques.
OOP
- Uses objects that interact with each other.
- Uses collections of objects that interact with other objects or collections.
- Allows modularization of code instead of the monolithic blocks of code as in traditional applications.