Skip to content

Instantly share code, notes, and snippets.

@marciojrtorres
Created August 6, 2013 00:15
Show Gist options
  • Save marciojrtorres/6160841 to your computer and use it in GitHub Desktop.
Save marciojrtorres/6160841 to your computer and use it in GitHub Desktop.
Classes => Substantivos, Métodos => Verbos
class Aviao {
void decola() { ... }
void pousa() { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment