C++ Programming - OOPS Concepts - Discussion
Discussion Forum : OOPS Concepts - General Questions (Q.No. 18)
18.
Which of the following correctly describes overloading of functions?
Discussion:
36 comments Page 3 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 ?
Govindarajan said:
1 decade ago
Pseudo Polymorphism is function overriding in derived class.
Chaitali said:
1 decade ago
What is Ab-hoc polymorphism concept?
Jasmine said:
10 years ago
Ab-hoc polymorphism is also a operator overloading or not?
Rubini said:
10 years ago
Coercion polymorphism happens when an object or a primitive is cast into another object type or primitive type.
Lovish said:
9 years ago
These polymorphisms also go by different names in C++,
- Subtype polymorphism is also known as runtime polymorphism.
- Parametric polymorphism is also known as compile-time polymorphism.
- Ad-hoc polymorphism is also known as overloading.
- Coercion is also known as (implicit or explicit) casting.
- Subtype polymorphism is also known as runtime polymorphism.
- Parametric polymorphism is also known as compile-time polymorphism.
- Ad-hoc polymorphism is also known as overloading.
- Coercion is also known as (implicit or explicit) casting.
Vitthal said:
9 years ago
Can we add operator and function overloading together?
Sri said:
9 years ago
What is a pseudo-polymorphism and transient polymorphism?
Please, explain it.
Please, explain it.
Soujanya said:
9 years ago
What is meant by function overloading? Why it is known as function polymorphism in OOPs?
Gelu Menumorut said:
9 years ago
It seems like pseudo and transient polymorphisms are only made-up word associations that sound like something real, but they are not? Could they be also: dual or multi polymorphism, virtual polymorphism (nobody asks about it, hmmm), constant or mutable polymorphism, friendly polymorphism, volatile polymorphism, atomic polymorphism, mutual polymorphism, you can name it in too many combinations.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers