Computer Science, asked by dishars7682, 1 year ago

When a method of a base class is redefined in its derived class, the process is known as:?

Answers

Answered by Ram777
0

Answer:

the process is known as revision

Answered by smartbrainz
0

The answer to this question is Over-riding.

Explanation:

At the time when a particular function that is created on the base class is reformulated into the inherited class is termed as an over-riding process.

This process is a part of the language in Java that is required to make and run programs written in this language. Moreover, this process is mainly used in derived class for replacing the code of ancestors.

Similar questions