Question:
What is the difference between overloading and overriding?
Author: mirudula laxmiAnswer:
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