Posts by Matheus Link • 55 points
3 posts
-
4
votes4
answers257
viewsQ: Use of setters in the builder
I wonder if there’s any difference, semantically speaking, between these two builders: public Aluno(String n, float n1, float n2) { this.nome = n; this.setNota1(n1); this.setNota2(n2); } and public…
-
0
votes3
answers2014
viewsQ: Video continues running at close modal
I have a bootstrap modal that opens automatically when the page loads. Inside this modal there is only one video. However, when this video runs and the modal is closed the video continues running.…
-
0
votes1
answer608
viewsQ: How to change an image’s LINK by CSS
I’m editing a site where I only have access to one area to insert CSS. And I have a default image with a link, I was able to change the image using only css, however, I wonder if there is how (even…
cssasked Matheus Link 55