Q&A Discussies
Why is my java code not working?
0 Stemmen
3 AntwoordenEcma Script Related
0 Stemmen
5 AntwoordenCan this code open private codes?
0 Stemmen
1 Antwoordpublic&static
0 Stemmen
1 AntwoordAbout ideas for Sololearn app
11 Stemmen
7 AntwoordenPython RSA Keys
0 Stemmen
18 AntwoordenAccess Modifiers Total Salaries
0 Stemmen
4 AntwoordenEncrypting in Python
1 Stem
4 AntwoordenAsymmetric Encryption - Python
0 Stemmen
5 AntwoordenReally SQL is too hard ?
0 Stemmen
4 Antwoordenpublic 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 Stem
2 AntwoordenPopulair vandaag
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes
Coding for Cybersecurity
0 Votes