At 3:32 PM -0500 3/16/06, Alexander Cohen wrote:

No. What's wrong with class interfaces? Sounds to me like exactly what they're for.

Nothing wrong with class interfaces, i love them and use them all the time.

I want to be able to ask an instance if it will respond to a method call. Seems to me like it is very possible.

Yes. Define a class interface for that method call; make sure that classes that do have such a method declare that interface; and then use IsA with the interface name to ask any instance if it supports that call.

Best,
- Joe

--

Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to