SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Java

» Start this Course
(Practice similar questions for free)
Question:

What is the difference between overloading and overriding?

Author: mirudula laxmi



Answer:

Overloading is a compile-time polymorphism feature in which an entity has multiple implementations with the same name. Overriding is a runtime polymorphism feature in which an entity has the same name, but its implementation changes during execution


0 / 5  (0 ratings)

1 answer(s) in total