public LecheAlmendras(Bebida bebida) { this.bebida = bebida; Console.WriteLine("COnstructor " + this.bebida.getDescription() + " - " + this.size); }
public Crema(Bebida bebida) { this.bebida = bebida; }