1 2 3 4 5 6
#include "Telephone.h" #include <iostream> void Telephone::Show() { std::cout << textMessage << std::endl; }