Posts by Marcos Vinícius Carvalho • 9 points
2 posts
-
0
votes1
answer49
viewsQ: Doubt about polymorphism
Hello, good afternoon, I have a question related to polymorphism. Suppose I have an object Casa implementing Imovel where Imovel has a method getValorIptu() and House has an attribute…
-
0
votes0
answers39
viewsQ: Is there an implementation standard that better organizes classes of business rules?
I’m part of a Spring Boot development team and the project is getting bigger and bigger. Our problem is that even separating methods according to their related entity, the service classes become…