Quote:
|
Originally Posted by nnxion
I'm confused Robert, can you explain a bit more? I also thought that pure virtual functions lack implementation, so that the derived class, and only the derived class may do so later.
|
I think he meant that the existence of any
pure virtual member functions prevent a class from being instantiated. Only the existance of pure virtual functions make a class abstract.