Skip to content

Instantly share code, notes, and snippets.

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