Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Triangulo : Figura
- {
- public override void Dibujar
- {
- base.Dibujar(); // tareas de dibujo básico
- Console.WriteLine ("Dibujo de un triángulo.");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement