Since these functions should be (and are) reimplemented in the derived class there is no need to implement those virtuals in the base class. This code will never be executed anyway.
Make members pure virtual
Log in to post a comment.
Make members pure virtual