PHP is a Server Side Scripting Language, mainly used for web development but also used for general purpose. Object Oriented Programming (PHP-OOP), is a type of programming language principle included in PHP-5, that's help to build complex web application.
The Object Oriented concepts in PHP are:
Class - A class is a blueprint for creating object. It is a piece of code describing how to manage a topic or task in the way we want. Read More
Relation between Classes and Objects
No comments:
Post a Comment