public void locomotion() ( rface public interface Animal { Class Shark public class Shark implements Animal { public void locomotion(); public void eat(); } } System.out.println("I swim."); } public void eat() ( System.out.println("I hunt for seals."); Class Dog public class Dog implements Animal ( public void locomotion() { } System.out.println("I run on four legs."); } public void eat() System.out.println("I eat kibble."); } public class AnimalTest ( public static void main(String[] arg) ( Shark shark = new Shark(); shark.locomotion(); shark.eat(); Dog dog = new dog(); dog.locomotion(); dog.eat();

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

Implement the use of Interfaces for the following diagram

public void locomotion()
{
Class Shark
public class Shark implements Animal
{
Animal Interface
public interface Animal
{
}
public void locomotion();
public void eat():
}
System.out.println("I swim.");
}
public void eat()
{
System.out.println("I hunt for seals.");
}
Class Dog
public class Dog implements Animal
{
public void locomotion()
{
}
System.out.println("I run on four legs.");
}
public void eat()
System.out.println("I eat kibble.");
public class Animal Test
{
}
public static void main(String[] arg)
{
Shark shark = new Shark();
shark.locomotion();
shark.eat();
Dog dog = new dog();
dog.locomotion();:
dog.eat();
Transcribed Image Text:public void locomotion() { Class Shark public class Shark implements Animal { Animal Interface public interface Animal { } public void locomotion(); public void eat(): } System.out.println("I swim."); } public void eat() { System.out.println("I hunt for seals."); } Class Dog public class Dog implements Animal { public void locomotion() { } System.out.println("I run on four legs."); } public void eat() System.out.println("I eat kibble."); public class Animal Test { } public static void main(String[] arg) { Shark shark = new Shark(); shark.locomotion(); shark.eat(); Dog dog = new dog(); dog.locomotion();: dog.eat();
Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to Interface
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,