A function in the base class is redefined in the inherited
class. What is the term used to describe this situation?
OPTIONS
Inheritance
Overriding
Overloading
Encapsulation
Answers
Answered by
12
Answer:
Overriding is the word when a function belonging to the base class is redefined in the inherited class. It is part of Java language and is essential to create & run programs written in the language. Depending upon the version and the program that needs to be executed & run successfully, overriding depends.
Answered by
2
Answer:
Overriding is the answer
Similar questions