class BancoDeAgencia(s: String, i: Int, d: Double) {
private var nome: String = s
private var numero: Int = i
private var saldo: Double = d
class BancoDeAgencia(s: String, i: Int, d: Double) {
private var nome: String = s
private var numero: Int = i
private var saldo: Double = d
agora q entendi pra q serve junto com o outro constructor == sobrecarga