#include "Telephone.h" #include MobileDevice* Telephone::clone() { return new Telephone(*this); } void Telephone::Show() { std::cout << textMessage << std::endl; }