Introduction to Object Oriented Programming

Author: Al-mamun Sarkar Date: 2021-04-21 10:11:30

Advantages of Object-Oriented PHP:

 

  • Re-usability
  • Data Redundancy
  • Code Maintenance
  • Security
  • Design Benefits
  • Better productivity
  • Easy troubleshooting

Features of Object-Oriented PHP:

  • Abstraction
  • Encapsulation
  • Inheritance
  • Polymorphism