Analyst Integration Question:

What is the difference between Overriding and Overloading?

Tweet Share WhatsApp

Answer:

Overriding is resolved at runtime while overloading is compile time. Also rules of overriding and overloading is different, for example in Java, method signature of overloaded method must be different than original method, but in case of overriding it must be exactly same as overriding method.

Download Integration Programmer PDF Read All 87 Integration Programmer Questions
Previous QuestionNext Question
What is revision/version control?What is the difference between a class and an object?