Computer Science, asked by ananyadhadwal6988, 6 months ago

what are the objectives of object oriented programming?​

Answers

Answered by sujal1732
1

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.

hope it will help you

Answered by debasmita0975
1

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.

Hope it will help you

Similar questions