In object oriented programming,using a function for many purposes is termed as what
Answers
Answered by
6
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 helps...!!
Answered by
3
Answer:
polymorphism
Explanation:
polymorphism is a function of object oriented programming in which you can use a single function for many different purposes for example you take English word animal duck but in cricket duck means out in the first ball so you can take it anyway that's called polymorphism
Similar questions