Skip to content

Instantly share code, notes, and snippets.

@kaldas
Created December 5, 2011 19:44
Show Gist options
  • Save kaldas/1434994 to your computer and use it in GitHub Desktop.
Save kaldas/1434994 to your computer and use it in GitHub Desktop.
package com.swissbank.controller;
public class ContaCorrente {
private int numero;
private int saldo;
public void depositar() {
}
public void debitar() {
}
public void transferir() {
}
public void verSaldo() {
}
public void verExtrato() {
}
public void atualizar() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment