Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
What is the difference between overloading and overriding
Answered by Scott on 2005-05-12 09:44:53: Overloading: The same method name with a different signature (generally input argument list) written in the same class.
Overriding: The identical method signature from a parent (super) class written in a subclass and modification of the method body occurs.
Related Answered Questions
Related Open Questions