Skip to content

Instantly share code, notes, and snippets.

@ramon-src
Created November 21, 2019 01:07
Show Gist options
  • Save ramon-src/a9aaf086e10c4f29b74239d8057b251a to your computer and use it in GitHub Desktop.
Save ramon-src/a9aaf086e10c4f29b74239d8057b251a to your computer and use it in GitHub Desktop.
class Boleto extends TipoDePagamento{
public void debita() {
print("debita com demora, mas sem taxa");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment