F&A Diskussionen
Why is my java code not working?
0 Stimmen
3 AntwortenEcma Script Related
0 Stimmen
5 AntwortenCan this code open private codes?
0 Stimmen
1 Antwortpublic&static
0 Stimmen
1 AntwortAbout ideas for Sololearn app
11 Stimmen
7 AntwortenPython RSA Keys
0 Stimmen
18 AntwortenAccess Modifiers Total Salaries
0 Stimmen
4 AntwortenHow can i solve this error?
1 Stimme
1 AntwortEncrypting in Python
1 Stimme
4 AntwortenAsymmetric Encryption - Python
0 Stimmen
5 AntwortenReally SQL is too hard ?
0 Stimmen
4 Antwortenpublic 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 Stimme
2 AntwortenHeute heiß
C pointers
2 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes