Tag: object
-

PHP OOPS Concept
OOPS Concept with Real Life Example Objects .An object represents a particular instance of a class and it can be more than one instance of an object. Each instance of an object can hold its own relevant data. An Object is a collection of data members and associated member functions also known as methods. Class…