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?

  1. Increase, decrease
  2. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.