From: Lyle Johnson Date: 2003-07-17T23:16:39+09:00 Subject: Re: reliable way of finding Objects Class? walter@mwsewall.com wrote: > is there a reliable way to find the Object's Class. I know about > class and type, but what happens if they are overridden? You are technically correct that someone /could/ override a class' class() method, but I think it's pretty well understood that such a person would need to be kil^H^H^H discouraged from doing that ;) So I believe that it is reliable to use the class() method to determine an object's class. Have you actually run across a class whose class() method has been overridden?