Dyskusje Q&A
is sololearn working on a v2
0 głosów
3 odpowiedzipublic class Vehicle {
int maxSpeed;
int wheels;
String color;
double fuelCapacity;
void horn() {
System.out.println("Beep!");
}
}
class MyClass {
public static void main(String[ ] args) {
Vehicle v1 = new Vehicle();
Vehicle v2 = new Vehicle();
v1.color = "red";
v2.horn();
System.out.println(v1);
}
}
Explain its outcome. I am unable to get the last line of outcome.
-1 Głos
2 odpowiedziPopularne dzisiaj
Need a personal tutor
1 Votes
Fix code
0 Votes
..
1 Votes
Software to write and run codes
0 Votes
Add lua
0 Votes
Summary please??
0 Votes