On 2003-02-11 8:47 PM, "Philippe A. Bouchard" <[EMAIL PROTECTED]>
wrote:
> Jon Kalb wrote:
>
> [...]
>
>> If a user attempts to use this on a non-polymorphic object, will they
>> get a compile time error or run-time error?
>
> No compile-time error, but a run-time error may occur if multiple
>
Jon Kalb wrote:
[...]
> If a user attempts to use this on a non-polymorphic object, will they
> get a compile time error or run-time error?
No compile-time error, but a run-time error may occur if multiple
inheritance is used. There is basically nothing we can do in this
situation:
class A { c