Posts by Rodrigo Barbalho • 11 points
1 post
-
0
votes3
answers99
viewsQ: Return method asks return that has already been given
I have the following class: public class Exemplar { private boolean disponivel; private int codigo; // seus setters e getters } and this other: public class Biblioteca { private…