digitalmars.D - Inheriting from a const class
- Janice Caron (9/9) Apr 09 2008 The following isn't legal D. But should it be...?
The following isn't legal D. But should it be...? class A { } class B : const(A) { } After all, one can have const member variables. Why should "super" be any different?
Apr 09 2008