what is polymorphism in obj oriented programmming
Answers
Answered by
1
Polymorphism is the provision of a single interface to entities of different types or the use of a single symbol to represent multiple different types.
Answered by
0
Answer:
Explanation:
Polymorphism is the process of using a function for more than one purposes.It allows the use of different internal structure of the object by keeping the same external interface.
Similar questions