Closed GoogleCodeExporter closed 9 years ago
In C++, unless you override _all_ the pure virtual members defined in the
abstract base class, you cannot instantiate a derived class. Note, you have to
also provide definitions of the overriding methods.
Original comment by vladlosev
on 18 Aug 2011 at 7:31
Original issue reported on code.google.com by
npande...@gmail.com
on 5 Jul 2011 at 1:22Attachments: