On May 02, 2006, at 11:23 AM, Jason Essington wrote:
perhaps what would be more appropriate in your situation would be an abstract class (not yet available in RB, perhaps there should be a feature request) which can define partial behavior for a group of objects, while still requiring that some methods be implemented.
You can get the same behavior of an abstract class by creating a class that has a private constructor.
That way it cannot be instantiated directly but can be inherited from. _______________________________________________ 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>
