[plt-scheme] abstract methods/classes

From: Neil W. Van Dyke (neil at neilvandyke.org)
Date: Sat Mar 22 00:41:34 EST 2003

Robert Bruce Findler <robby at cs.uchicago.edu> writes at 23:09 21-Mar-2003 -0600:
> I typically just write methods that only raise exceptions.

That's what I've been doing.  The drawback is that missing methods
aren't detected until method invocation time, rather than at object
instantiation time (or at subclass definition time, if we added syntax
for whether the class being defined was abstract or concrete).

-- 
                                             http://www.neilvandyke.org/


Posted on the users mailing list.