Tag: OOP

6 years ago

PHP supports Type Hinting concept from the version PHP 5 and I have explained about Type Hinting before but today I am going to explain Read More

7 years ago

In this article, we are going to learn, what is PHP Encapsulation? What the advantages of PHP Encapsulation? Before we move to the conceptual understanding Read More

7 years ago

The class is a blueprint or template for an object, means to create a new object we must require it’s blueprint or template.This article on Read More

7 years ago

In this article, we are going to learn PHP Inheritance. When we talk about PHP Inheritance, the first and the most basic question that comes Read More

8 years ago

PHP 5 comes with object-oriented programming and provides comprehensive and robust support. you can structure your code in very easily using this OOPs features provided Read More

8 years ago

While you are working on the web application, sometimes it is necessary to fetch the information about the structure of a particular class and to Read More

8 years ago

In this article, we will learn about class properties access modifier.All the properties and methods used in the classes with the keyword public. This means, Read More

Most Popular Posts

How to get Current URL in WordPress?

Posted on 10 years ago

Bhumi

How to display ADMIN Toolbar in UI

Posted on 12 years ago

Bhumi

Event Delegation in jQuery

Posted on 8 years ago

Bhumi

ECMAScript 6 New Features – 2

Posted on 5 years ago

Bhumi