On Jan 17, 2007, at 6:36 AM, Daniel Stenning wrote:

We already have class methods in RB - only they are called "shared methods".

I agree that pure virtual methods would be nice. It only makes sense to add such a feature if RB then enforces that any subclass MUST implement that method. ( although in many cases almost similar results could be achieved
via interfaces or events).

A method that does nothing but call an event does the very same thing as a pure virtual method, as far as I can tell. The only difference is that the event does not require one to supply a nontrivial implementation.

Charles Yeomans
_______________________________________________
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