Posts by Kainan • 1 point
1 post
-
0
votes1
answer167
viewsQ: Overwrite an Inheritance property or not ? Kotlin
I have a question about code : class SaldoInsuficienteException(mensagem:String = "O saldo é Insuficiente") : Exception(mensagem) Now I tested imagining how the code was written in English and the…