Posted on: 7/28/2008 5:00:00 PM | Views : 781

Polymorphism allows a single variable to contain objects of different types. Sometimes it is necessary to determine whether a variable contains an object that is compatible with a specific type. This can be achieved using the Is operator.

...

Go to the complete details ...