#include #include "company1.h" #include "employee1.h" int main() { Company cmp; cmp.storeEmp(); cmp.findBestPaid(); cmp.printBestPaid(); }