also my point was to implement a pure virtual function in the abstract class:
Code:class Abstract { public: virtual void pure_virtual() = 0; }; void Abstract::pure_virtual() { // do something }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 21
Thread: abstract classThreaded View
|
Click Here to Expand Forum to Full Width |