What is PHP OOPs?

Object Orientend PHP means convert or treat everything in the form of object, functions and class. Class is like a group. Suppose car is a class. Then Maruti alto is an object. And its color, size, varient, etc are its elements.

Leave a Reply