Prev Next
Answers (2)
PADMAKEECHU Oct 30, 2020 09:02
Answer:   Overriding is a concept where a method in a derived class uses the same name, return type, and arguments as a method in its base class. In other words, if the derived class contains its own implementation of the method rather than using the method in the base class, the process is called overriding.

PARTH Nov 09, 2020 14:06
Answer:   Overriding is a technique that allows the invoking of functions from another class (base class) in the derived class. In other words, if the derived class contains its own implementation of the method rather than using the method in the base class, the process is called overriding.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect