Tag: OOP
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
- Bhumi
- 0
- 7 years ago
- Web Development
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
- Bhumi
- 0
- 7 years ago
- Web Development
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
- Bhumi
- 0
- 7 years ago
- Web Development
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
- Bhumi
- 1
- 9 years ago
- Web Development
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
- Bhumi
- 2
- 9 years ago
- Web Development
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
- Bhumi
- 1
- 9 years ago
- Web Development
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