D - BUG: another 2 to do with abstract
- "Lars Ivar Igesund" <larsivi stud.ntnu.no> Oct 08 2003
1. Attached example compiled as it is: It compiles, but don't successfully link saying that the bar ctor symbol is undefined. Commenting out the subclass and/or the instantiation of the subclass, removes the error. 2. Attached example with the commented out statement enabled: Compilation error saying that it isn't possible to instantiate the abstract class subbar, although it is clearly not abstract, just inheriting an abstract class. This seems to happen when the abstract base class implements one of it's methods. Lars Ivar Igesund
Oct 08 2003








"Lars Ivar Igesund" <larsivi stud.ntnu.no>