PHP - What is OOP?

PHP is an object oriented scripting language. he three major principles of OOP are - Encapsulation, Inheritance, Polymorphism.

Code :