Advertisement
Abel_Martinez

TVaso

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