Advertisement
Abel_Martinez

Untitled

Feb 28th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class TVaso
  2.     {
  3.         public:
  4.             TVaso();
  5.                 TVaso(double tamano);
  6.                 void echarLiquido(double volumen);
  7.                 void beber(double volumen);
  8.                 double verCuantoQueda(void);
  9.         private:
  10.                 double cantidadLiquido;
  11.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement