recategorized by
8,890 views

1 Answer

0 votes
0 votes

Ans is C

Ad-hoc polymorphism allows functions with the same name act differently for each type

In programming languages, ad hoc polymorphism is a kind of polymorphism in which polymorphic functions can be applied to arguments of different types, because a polymorphic function can denote a number of distinct and potentially heterogeneous implementations depending on the type of argument(s) to which it is applied.

Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Jul 27, 2016
1,109 views
Match the following with respect to the programming language $:$$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Structured language} &...
2 votes
2 votes
1 answer
2
go_editor asked Jul 27, 2016
1,941 views
Which of the following concepts means adding new concepts to a program as it runs?Data hidingDynamic loadingDynamic typingDynamic binding
1 votes
1 votes
1 answer
3
Sanjay Sharma asked Jun 20, 2016
1,344 views
______ comparisons are necessary in the worst case to find both the maximum and minimum of n numbers.2n – 2n + floor (lg n) – 2floor ($\frac{3n}{2}$) – ...
3 votes
3 votes
2 answers
4