PHP-CLASS & OBJECT
In this video we will come to know how to use class and object in PHP and how they are created in PHP Language. In order to create a class, we group the code that handles a certain topic into one place. We can create as many objects as we would like from the same class and they all will share the class's methods and properties.
In this video we will come to know how to use class and object in PHP and how they are created in PHP Language. In order to create a class, we group the code that handles a certain topic into one place. We can create as many objects as we would like from the same class and they all will share the class's methods and properties.