I have one superclass:
(header.h) class Super { virtual void method1 () = 0; virtual void method2 () = 0; virtual void method3 () = 0; }