Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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.
Fibonacci numbers 0 - 93
1(E)
exp 1
Max in 2D array
on_off
Even Numbers
Java messing around
t
Find merge point of two linkedlists - solution 1
Using Recursion reverse the Line
Please log in to post a comment.