Question: please help me in java language please Inheritance is an important and useful concept in Java, please answer the following questions about inheritance: (1) Please

Inheritance is an important and useful concept in Java, please answer the following questions about inheritance: (1) Please list two advantages of using Inheritance in Java. (6 points) (2) Say you have a class called "Animal", who has behaviors of "move", "sleep" and "eat". The code is showing as follow: public class Animal public void eat0{ System.out.println("Eating food.") } public void Sleep({ System.out.println("Sleeping.") } public void move({ System.out.println("Moving.") public void Sleep System.out.println("Sleeping.") ) public void move(){ System.out.println("Moving.") 1 If you have a subclass "horse" that has behaviors of eating grass" and "running" when it moves. Please write down the complete structure (including class name and methods) for "horse" subclass. (4 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
