Maxim Ketchup Master
59 Posts
class A { public: void foo() = 0; }; class B: public A { }; class C: public B { };
feline Whole Tomato Software
United Kingdom 19177 Posts
support Whole Tomato Software
5566 Posts