+ 4
Code not working
This is the code challenge in java intermediate. I had made this code but it is not working . Can anyone tell me how to fix it 🤔 https://code.sololearn.com/cyijrfV1gi5x/?ref=app
5 ответов
+ 4
Hasnain [ACTIVE CHALLENGER]
Run this code...
I also modify your code and your code run
https://code.sololearn.com/cN1ZyY7PQd5K/?ref=app
+ 5
Sakshi thanks 😊
+ 4
class dog extends Animal {
// You forgot this method
// After the swim method
public void play(){
System.out.println("Cat is playing");
}
}
+ 4
Sakshi still not working
+ 1
Didn't implement play in dog