Computer Science, asked by balkrishn373, 11 months ago

WHAT IS OOPS?EXPLAIN WITH EXAMPLE.

Answers

Answered by FakeAbdPratham
0

Answer:

oops is an exclamation word

example oops I got struck

Answered by neelrambhia03
0

Answer:

Object oriented programming (OOPs) is an approach in which emphasis is laid on data protection rather than functions. The data and class are wrapped together as a function and the free flow of data is controlled. It has the following principles:

• Data Abstraction

• Polymorphism

• Encapsulation

• Inheritance

Examples of OOPs: Java, C++, Python, etc.

Hope this helps you.

Similar questions