What is the OOP concept
Sigiloso
OOP is a concept to write a program which is stands for Object Oriented Programming. If any programming language is said to be an OOP programming language it should satisfy the 3 main concepts those are 1. Encapsulation 2. Inheritance 3. Polymorphism