Posts by user38786 • 133 points
1 post
-
13
votes3
answers600
viewsQ: What does this() do alone in the builder?
In the code: public Livro(Autor autor) { this(); this.autor = autor; } public Livro() { this.isbn = "000-00-00000-00-0"; }
1 post
13
votes3
answers600
viewsIn the code: public Livro(Autor autor) { this(); this.autor = autor; } public Livro() { this.isbn = "000-00-00000-00-0"; }