This may seem like a simple question, but I can\'t find the answer anywhere else.
Suppose I have the following:
class Abstract { public: virtual
Yes, that's fine ... you only need to implement any pure virtual functions in order to instantiate a class derived from an abstract base class.