Analyst Integration Question:
Download Job Interview Questions and Answers PDF
What is the difference between Overriding and Overloading?
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 Question | Next Question |
What is revision/version control? | What is the difference between a class and an object? |