Back to Top

Monday, 16 September 2013

JAVA: Overloading and Overriding

Overloading:     Overloading is a popular technique of object oriented programming. It allows you to define a method with same name but with different parameters list.    Java identifies method by its name and signature. So, if the combination of method name and signature is unique, the compiler doesn’t have any...

Monday, 16 September 2013 by Anijit Sarkar · 10 Read more »

Popular Posts

All Rights Reserved JAVA INTERVIEW QUESTIONS | Privacy Policy | Anijit Sarkar