Computer Science, asked by urai95942, 4 months ago

explain oops principle​

Answers

Answered by harshita5550
2

Answer:

There are 4 major principles that make an language Object Oriented. These are Encapsulation, Data Abstraction, Polymorphism and Inheritance. These are also called as four pillars of Object Oriented Programming.

Explanation:

Hope you like it and please mark me as brainlist and please follow me

Attachments:
Answered by shovanmondal2004
0

*PRINCIPLE OF OOPS ARE*

Data Abstraction:

- The process of hiding background details and displaying only the essential featuress.

Inheritance:

- The process of inheriting properties of one class to the other using objects.

Encapsulation:

- The process of binding of data and functions together into a single unit.

Polymorphism:

- It means many forms. It is the process of to perform a single action in different ways.

Similar questions