Aug2016 cs Q38

0. Method over-riding can be prevented by using final as a modifier at ______.

  • Option : B
  • Explanation :
    Method over-riding can be prevented by using final as a modifier at the start of method declaration. For detailed information and program Refer:Overriding in Java Option (B) is correct.
Cancel reply
Cancel reply