Analyst Integration Question:

Download Job Interview Questions and Answers PDF

What is the difference between Overriding and Overloading?

Integration Programmer Interview Question
Integration Programmer Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is revision/version control?What is the difference between a class and an object?