Loading

Quipoin Menu

Learn • Practice • Grow

java / Java Inheritance
exercise
1/5
Exercise 1Java
Q. Create a class Animal with a method sound(), and a class Dog that inherits from Animal. Call the sound() method using the Dog class object.