Created
July 6, 2013 11:54
-
-
Save Fhernd/5939694 to your computer and use it in GitHub Desktop.
Objeto punto escrito con la construcción de clase.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Punto | |
{ | |
public int X; // Abscisa X | |
public int Y; // Ordenada Y | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment