What is OOPs? in PHP.

Object-Oriented programming is faster and easier to execute. It makes the code easier to maintain.  This is possible to create full reusable applications with less code

What is Classes:- the collection of object is called class.

Example:1 -Classes are nothing without an object.