Tag: OOP PHP
Brief Explanation Of PHP Abstract Class And Its Use Cases
In This example, I will discuss abstract class php and difference between interface and abstract class in php. If you don't know about it, then this abstract class in oops with example t... Read more
January 27 , 2020
When To Choose Composition Over Inheritance In PHP
Hello devs, in this tutorial i will explain to you how we should use php composition over inheritance. We know that in object oriented programming, there are two ways using which classes can... Read more
August 12 , 2020
Way To Access Private Property Or Method In PHP
Hello PHP Developers in this tutorial i am going to show you an awesome thing that is how you can access private property or method in php. Generally we know that it is not possible to access private... Read more
December 15 , 2020