...
Database-Management-System
May 14, 2024
Operating-Systems
May 15, 2024
Database-Management-System
May 14, 2024
Operating-Systems
May 15, 2024

OOPS

Question 56
Polymorphism means :
A
A template function
B
Runtime type identification within a class hierarchy
C
Another name for operator overloading
D
Virtual inheritance
Question 56 Explanation: 
→ Polymorphism means “many forms”, and it occurs when we have many classes that are related to each other by inheritance.
→ Polymorphism means runtime type identification within a class hierarchy.
Correct Answer: B
Question 56 Explanation: 
→ Polymorphism means “many forms”, and it occurs when we have many classes that are related to each other by inheritance.
→ Polymorphism means runtime type identification within a class hierarchy.

Leave a Reply

Your email address will not be published. Required fields are marked *