Q1
What is polymorphism in C++?
A.
A feature that allows objects of different classes to have the same name.
B.
A feature that allows functions to perform different tasks based on the object they are called with.
C.
A feature that allows the same function to have different implementations.
AnswerD.
A feature that allows inheritance of multiple classes.
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board