Java Blogs
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:
Unknown
January 18, 2013 at 8:07 AM
wer to use interface and abstract class with real time example
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
wer to use interface and abstract class with real time example
ReplyDelete