Ask Question
6 December, 11:05

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.

+5
Answers (1)
  1. 6 December, 13:18
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers