Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
extendd11
class animal { void eat() { System.out.println("eating..."); } } class dog extends animal { void bark() { System.out.println("barking..."); } } class Rextester { public static void main(String args[]) { dog d=new dog(); d.bark(); d.eat(); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
JAVA # Dizi ile Fibonaççi
S
toma!
My date and time
pattern of the day (code formatting fixed)
Edna Garcia
luas
JAVA # Günlük Maaş Hesaplama
l
twelveDays
Please log in to post a comment.