Home »
MCQs »
OOPs MCQs
When we override an inherited method in a subclass, we can _____ its access but not ____ it?
65. When we override an inherited method in a subclass, we can _____ its access but not ____ it?
- Increase, decrease
- Decrease, increase
Answer: A) Increase, decrease
Explanation:
When we override an inherited method in a subclass, we can increase its access but not decrease it.