digitalmars.D - Just give me one good reason why I can't instantiate an abstract class
- "Janice Caron" <caron800 googlemail.com> Nov 13 2007
- Frank Benoit <keinfarbton googlemail.com> Nov 13 2007
- Walter Bright <newshound1 digitalmars.com> Nov 13 2007
- Frank Benoit <keinfarbton googlemail.com> Nov 13 2007
- Walter Bright <newshound1 digitalmars.com> Nov 14 2007
- Bruno Medeiros <brunodomedeiros+spam com.gmail> Nov 14 2007
- Lars Ivar Igesund <larsivar igesund.net> Nov 14 2007
...please. Pretty please. As in, tell me which function I'm not implementing. (You only have to tell me one. I'm patient. I can fix them one at a time). But right now it just says "Unable to instantiate abstract class" or some such, and no clue whatsoever as to which function is missing. This has obviously been requested many times before. Any ETA?
Nov 13 2007
Janice Caron schrieb:....please. Pretty please. As in, tell me which function I'm not implementing. (You only have to tell me one. I'm patient. I can fix them one at a time). But right now it just says "Unable to instantiate abstract class" or some such, and no clue whatsoever as to which function is missing. This has obviously been requested many times before. Any ETA?
yes, and this problem became worse with D2. const is now one more way to change the signature.
Nov 13 2007
Janice Caron wrote:...please.
Please file a bugzilla report on it so it won't get forgotten.
Nov 13 2007
Walter Bright schrieb:Janice Caron wrote:...please.
Please file a bugzilla report on it so it won't get forgotten.
How about this one http://d.puremagic.com/issues/show_bug.cgi?id=204
Nov 13 2007
Frank Benoit wrote:Walter Bright schrieb:Janice Caron wrote:...please.
How about this one http://d.puremagic.com/issues/show_bug.cgi?id=204
That'll do!
Nov 14 2007
Frank Benoit wrote:Walter Bright schrieb:Janice Caron wrote:...please.
How about this one http://d.puremagic.com/issues/show_bug.cgi?id=204
WTH?? In D you don't have to declare an abstract class as abstract (ie, using the abstract keyword)? (à la Java) -- Bruno Medeiros - MSc in CS/E student http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
Nov 14 2007
Bruno Medeiros wrote:Frank Benoit wrote:Walter Bright schrieb:Janice Caron wrote:...please.
How about this one http://d.puremagic.com/issues/show_bug.cgi?id=204
WTH?? In D you don't have to declare an abstract class as abstract (ie, using the abstract keyword)? (Ã la Java)
Nope. Although whether this is an actually useful "feature" is a different question. -- Lars Ivar Igesund blog at http://larsivi.net DSource, #d.tango & #D: larsivi Dancing the Tango
Nov 14 2007









Frank Benoit <keinfarbton googlemail.com> 