Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Object-Oriented Programming (OOP) in PHP is a programming paradigm that organizes code around objects rather than functions or procedures, allowing developers to create more structured, reusable, and maintainable applications. It is a core feature of PHP since version 5.

Class

A class in a template to create objects

Objects

Object is just an instance of a class.

Advantage of OOP over Procedural

  • OOp is easy to understand
  • It helps us to kep our code DRY
  • It helps in reusing the code
  • It provides a clear structure

About

oops provides many advanteage in php one of it is code reusability

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages