September 20, 2003 [BUG?] abstract still dont work properly | ||||
---|---|---|---|---|
| ||||
Hi folks, #### CODE #### abstract class A { void a() {} } class B : A {} void main() new B(); } ############## abstract.d(9): cannot create instance of abstract class B Do I need to reimplement A.a ? It doesn't make sens ! =) -- Nicolas Repiquet |
Copyright © 1999-2021 by the D Language Foundation