Ask Question

Methods inherited from the base/super class can be overridden. This means changing their implementation; the original source code from the base class is ignored and new code takes its place. Abstract methods must be overridden.

+4
Answers (1)
  1. 3 September, 15:52
    0
    False

    Explanation:

    Methods inherited from the base/super class can be overridden only if behvior is close enough. The overridding method should have same name, type and number of parameters and same return type.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Methods inherited from the base/super class can be overridden. This means changing their implementation; the original source code from the ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers