Ejemplo n.º 1
0
 public LecheAlmendras(Bebida bebida)
 {
     this.bebida = bebida;
     Console.WriteLine("COnstructor " + this.bebida.getDescription() + " - " + this.size);
 }
Ejemplo n.º 2
0
 public Crema(Bebida bebida)
 {
     this.bebida = bebida;
 }