Have object A, create object B inheriting from object A. I have another
method that has an input parameter object of type A, when passing type B it
fails.
I have tried to cast to A but no luck...Am I totally missing something?
Thanks!

Signature
Jim Douglas
http://www.genesis-software.com
http://www.interactiveDesignSolutions.com
Latitude 32.96
Longitude -96.89
pSm - 18 Jun 2005 05:19 GMT
Jim,
Can you post the code ?
-Partha
> Have object A, create object B inheriting from object A. I have another
> method that has an input parameter object of type A, when passing type B it
[quoted text clipped - 3 lines]
>
> Thanks!