How’s method overriding different from overloding?
2 September 2009
678 views
No Comment
In overriding, you change the method behavior for a derived class.
While, overloading simply involves having a method with the same name within the class.
Popularity: unranked [?]
Related interview questions
- What is method overloading?
- Can you declare the override method static while the original method is non-static?
- What does the Keyword ‘virtual’mean in the method definition?
- What is object slicing
- How can you reference current thread of the method?












Leave your response!
You must be logged in to post a comment.