Home »
MCQs »
OOPs MCQs
____ Function is a function declared in a base class that has no definition relative to the base class
84. ____ Function is a function declared in a base class that has no definition relative to the base class.
- Virtual Function
- Pure Virtual Function
- Friend Function
- Static Function
Answer: B) Pure Virtual Function
Explanation:
Pure virtual Function is a function declared in a base class that has no definition relative to the base class.