About Lesson
What is PHP OOP:
Object-oriented programming(oop) in PHP allows you to organize your code into objects, which encapsulate data and behaviour. OOP provides several key concepts for building modular and reusable code: