Advertisement
xlrnxnlx

maysa1

Sep 25th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. class MinhaClasse {
  6.     public:
  7.     void mostrarMensagem(){
  8.         cout << "Mensagem da classe MinhaClasse." << endl;
  9.     }
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement