What is Object-Oriented-Programming(OOP) ?
🔍Simple Explanation About Object-Oriented-Programming(OOP) Concepts🔎 What is Object Oriented Programming ? OOP , or Object-Oriented Programming , is a programming paradigm based on the concept of "objects" , which are instances of classes . These objects can hold data (in the form of fields or attributes) and behavior What are the Core Concepts of OOP ? Encapsulation Inheritance Polymorphism Abstraction 1. Encapsulation En...