Home »
MCQs »
OOPs MCQs
The scope resolution operator is used to ____ function in the Inheritance
98. The scope resolution operator is used to ____ function in the Inheritance.
- Overload
- Override
Answer: B) Override
Explanation:
Scope Resolution Operator (::), is used to override function in the Inheritance.