You'll get messages like:
undefined reference to `vtable for <classname>'
If a class has virtual function that haven't been implemented, and aren't
pure virtual. (To make a virtual function pure virtual, add
=0 at the end of the declaration, before the ;)
Back to Tech Journal