Posts by Marcela Braga • 45 points
3 posts
-
2
votes1
answer43
viewsQ: How do I compare one object type parameter to another (java)
I have the addCurso method that receives a parameter that is a course type object, it has information such as name and area, all within the College class, which has a vector where these courses will…
-
2
votes2
answers2385
viewsQ: How to call a method of one class in another class
I had posted earlier but could not edit, I will try to be clearer this time. I am doing (trying)a code for Fonica account. I have class time, connection and contagion. in the account link class I…
-
0
votes1
answer47
viewsQ: How to call the method of one class within another (bluej)
Here’s what I’ve been doing public void valorConta(){ int i=0; float totalConta=0; for(i=0;i<listaligacoes.length;i++){…
javaasked Marcela Braga 45