polymorphism and overriding always go together.
Maha, I'm playing devil's advocate again
:
Both overloading and overriding are considered to be examples of polymorphism:
1. Overloading sometimes is called
shallow kind,resolved by the compiler
2. Overriding is a
deep (or true) polymorphism , resolved at runtime...
Sorry..
I wish I had more time now to visit this site more often, it's a joy and a challenge!
[This message has been edited by Jane Rozen (edited April 07, 2000).]