Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Rectangle r1 = new Rectangle();

            r1.ShapesType();
            r1.GetArea();
            r1.GetArea(10.55f);
            r1.GetColor();
            r1.GetColor("Red");
        }