Database-Management-System
May 14, 2024Operating-Systems
May 15, 2024OOPS
Question 56 |
Polymorphism means :
A template function | |
Runtime type identification within a class hierarchy | |
Another name for operator overloading | |
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.
→ 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.
→ Polymorphism means runtime type identification within a class hierarchy.