Posts by Mário • 93 points
2 posts
-
3
votes2
answers12630
viewsQ: How does Java Builder Heritage work?
In Java when one class inherits from another it is necessary to initialize the constructor of the parent class, right? using the super() and passing to this super() the parameters the parent…
-
5
votes1
answer228
viewsQ: Because when I write in the div she changes position?
I write something in one of the <div> and it changes position. Because? Here this happening: http://codepen.io/anon/pen/JHIjB HTML: <div class = "wrap1"> <div>algo</div>…