Article

November 2024

Classes and Object are basic concept of oops in PHP

It is very easy to define class in PHP. Classes are simply defined by using....

Article

November 2024

Static Methods and Properties in PHP

Static Methods and Properties is very useful feature in PHP. You can use static keyword....

Article

November 2024

Basic concept of Polymorphism in PHP

Polymorphism is basically derived from the Greek which means 'many forms'.