#include "cat.h" #include #include void cat::make_sound() { animal::make_sound(); cout << "meow" << endl; }