View Single Post
Old Feb 18th, 2006, 3:11 PM   #15
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
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.
Arevos is offline   Reply With Quote