Capgemini Interview Question

Relation between method overloading and polymorphism

Interview Answer

Anonymous

Nov 30, 2018

The only similarity between two is that when call to overloaded method is done during compile time we call it as compile time polymorphism and it includes Overloading of methods.