PHP Object Oriented Programming Part-9: PHP Object Interfaces What is Interfaces in Object Oriented Programming? The concept of the interface in Object Oriented Programming is much like...
PHP Object Oriented Programming Part-6: PHP OOP Inheritance What is Inheritance In Object Oriented Programming, the process of sharing some methods and properties from one class to...
PHP Object Oriented Programming Part-2: Making and Using Class, Object and Class Members What is the rule of declaration a class in PHP? In PHP, it is required to start a class...
PHP Object Oriented Programming Part I: PHP OOP Basics Introduction to Object Oriented Programming: To understand object oriented programming, we first need to know what is object? And...