Computer Science, asked by SHIVA1799, 11 months ago

Why object orientation is good type of programming?

Answers

Answered by Anonymous
2

Answer:

Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism, etc in programming. The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

Answered by disharansingh
0

Answer:1.Due to inheritance i.e. Sharing properties about functions

2.Data abstraction

3.Polymorphysim

Explanation:POLYMERPHYSIM is the characteristic of being able to assign a different meaning or usage to something in different contexts - specifically, to allow an entity such as a variable, a function, or an object to have more than one form.

Similar questions