//Bridger public void Bridger() { Forma retangulo = new Retangulo("Retangulo"); retangulo.Cor = new Azul(); retangulo.DesenharForma(); }