#ifndef COMPANY2 #define COMPANY2 #include "company1.h" class Company2:public Company { public: void findBestPaid(); }; #endif