What is pure polymorphism? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is pure polymorphism?

23rd Oct 2016, 6:20 PM
Venus
Venus - avatar
3 Answers
0
virtual function, when called, resolves to the most-derived implementation of the function that exists between the base and derived class, THIS capability is polymorphism
6th Nov 2016, 4:18 PM
siuilban
siuilban - avatar
0
Pure polymorphism occurs when a single function can be applied to arguments of a. variety of types.
2nd May 2018, 9:47 AM
Yuvaraj
Yuvaraj - avatar
- 1
I can only guess but I'd assume it's polymorphism using pure virtual functions.
23rd Oct 2016, 8:01 PM
Stefan
Stefan - avatar