Posts by Matheus Tavares • 73 points
3 posts
-
1
votes3
answers825
viewsA: Method parameter with abstract class
Friends, thank you so much for the contributions, which were very useful. I am still new to Java and I’m skating in some concepts. I ended up thinking a little bit more about the concept I was…
-
1
votes3
answers825
viewsQ: Method parameter with abstract class
Hello. I believe my doubt is very simple, but I really did not find any solution, after much research. In Java, I have two concrete classes that extend an abstract class, as the example: public…
-
5
votes1
answer324
viewsQ: Twitter Bootstrap: Set specific CSS rule for different sizes
I would like to know how to declare a value to a CSS property according to browser resolution in Bootstrap. Example: I want an edge to be displayed only on smartphones or very small resolutions…