0
I can't modify the example ?
Can someone help me understand why my modified version of the animal class won't work? public class Bird { void speak() { System.out.println("BKAAAA"); } } class MyClass { public static void main(String[ ] args) { Bird falcon = new Bird(); falcon.speak(); }
5 ответов
0
last } is missing
0
Ah. Of course it was something as simple as that. Thank you!
0
@neeraj ahh u mean netbeans??
0
Shut up you dumb bum
0
nice thing got here