The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Method overriding with detailed explanation
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Suresh PaldiaPosted Oct 28, 2010, 6:57 AM
Thank You Jitendra for valuable information. But i have a doubt. What if i don't use a virtual and override keywords and still write same signatured method in base and derived class? At runtime if i create an object of derived class, wil it give the same results?