Computer Science, asked by nstiwari11111, 5 months ago

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 WOLFARH
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 asishmaharana18
2

Answer:

Overriding is the answer

Similar questions