News

In addition, output () is declared pure virtual by the '=0' following the const. Such a function does not need to have a body although it can.
But what if all functions in all superclasses are pure virtual? Since these have no implementation, would virtual tables be needed at all?