Prev Next
Answers (2)
PADMAKEECHU Oct 30, 2020 04: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 08: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 course is right for you?

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


Let`s Connect