Computer Science, asked by nishadanshika9335, 5 months ago

Q.-3 Write the uses of different OOPs concepts.​

Answers

Answered by Anonymous
9

Explanation:

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 thatfunction. OOPs Concepts: Polymorphism.

Answered by tanunagar21
0

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. OOPs Concepts: Polymorphism

Similar questions