C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 18)
18.
Which of the following correctly describes overloading of functions?
Virtual polymorphism
Transient polymorphism
Ad-hoc polymorphism
Pseudo polymorphism
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
36 comments Page 2 of 4.

Vishal said:   1 decade ago
As polymorphism has of 2 types, then ad-hoc polymorphism, pseudo polymorphism, Transient polymorphism work at compile time or run time ?

Saksham said:   1 decade ago
I am unable to find any material related to pseudo polymorphism(no definition, nothing at all). Any help would be greatly appreciated.

Kalpana said:   1 decade ago
What is transient and pseudo polymorphism ? and it is a type polymorphism ? then explain more about Ad-hoc polymorphism ?

Rubini said:   10 years ago
Coercion polymorphism happens when an object or a primitive is cast into another object type or primitive type.

Bugslife said:   9 years ago
Then how it would be ad-hoc? If ad-hoc for operator overloading virtual used for overloading of functions.

Soujanya said:   9 years ago
What is meant by function overloading? Why it is known as function polymorphism in OOPs?

Sanil said:   1 decade ago
Can anyone explain more about Ad-hoc polymorphism, transient and psuedo polymorphism ?

Sri said:   9 years ago
What is a pseudo-polymorphism and transient polymorphism?

Please, explain it.

Varsha said:   1 decade ago
What is meant by Ad-hoc polymorphism, transient and psuedo polymorphism.

Vicky said:   1 decade ago
What is meant by Ad-hoc polymorphism, transient and psuedo polymorphism?


Post your comments here:

Your comments will be displayed after verification.