Home »
MCQs »
OOPs MCQs
_____ refers to the ability to perform operations without knowing the type of object they'll be operated on
78. _____ refers to the ability to perform operations without knowing the type of object they'll be operated on.
- Abstract base class
- Abstract class
- Polymorphism
- Operator overloading
Answer: C) Polymorphism
Explanation:
Polymorphism refers to the ability to perform operations without knowing the type of object they'll be operated on.