Posts by Bruno Vieira • 11 points
1 post
-
1
votes3
answers600
viewsA: What does this() do alone in the builder?
First we have the principles: In a short way, every class has by default an empty constructor. By definition, this refers to the class itself. Following the definitions, this() refers to the default…