Posts by Hebert • 11 points
2 posts
-
-1
votes2
answers58
viewsQ: How to use Vectors for Instacing in JAVA?
Hello, I’m doing a game of questions and answers in java and I’m having problems with the instacing of Multiplus players(Object). I wonder how it is possible to use vectors to create Multiplus…
-
0
votes2
answers201
viewsQ: When to use Return and This in JAVA?
I am learning POO in Java and sometimes when I am creating methods I feel a little lost in relation to what I should send to the main class. I wonder if there is any basic rule of when to use…