PHP OOP Introduction

What is oops?

Object-oriented programming (OOP) is a programming pattern based on the concept of “objects”. Objects can be referred as data structures that contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.

Sometimes, we also use term OOPS. OOPS stands for Object Oriented Programming System/Structure.

Here are some of the terms, we often use in Object Oriented Programming.

  • Class
  • Object
  • Variables
  • Methods/Functions
  • Constructor
  • Destructor
  • Inheritance
  • Polymorphism
  • Abstraction
  • Encapsulation

Congratulations! Chapter Finished. Learn more about the similar topics:
Exercises & Assignments
No Content Found.
Interview Questions & Answers
No Content Found.