Showing posts with label what is oops. Show all posts
Showing posts with label what is oops. Show all posts

Monday, April 1, 2019

What is the role of object oriented programming language (Oops) in php and why used it in php.

Object Oriented Programming, or OOP, refers to the method of programming that invokes the use of classes to organize the data and structure of an application. Mostly all php Framework based on Object Oriented Programming.

Why use Object Oriented Programming in php :