Tuesday, April 3, 2012

can overloaded methods be overridden too ?

Yes, derived classes still can override the overloaded methods. Polymorphism can still happen. Compiler will not binding the method calls since it is overloaded, because it might be overridden now or in the future.

1 comment:

  1. wer to use interface and abstract class with real time example

    ReplyDelete