java create three classes: An Animal class: it should have at least 3 properties and 3 methods. One of the methods should be makeSound() which will return "Animals make sound!" A Horse class: This class will be a child class of the Animal class. Add 2 new properties that are relevant to the Horse class. Override the makeSound() method to return "Neigh!" A Dog class: This class will be a child class of the Animal class. Add 2 new properties that are relevant to a Cat.  Override the makeSound() method to return "Woof! Woof!" Now, in both the Horse class and Dog class: Write a main method Create an object of that class type Set some of the properties of the object Call the makeSound() method using the object and print the sound. This is  a simple test to check your program works correctly. A horse should say "Neigh" and a dog should say "Woof! Woof

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
in java create three classes:
  1. An Animal class: it should have at least 3 properties and 3 methods. One of the methods should be makeSound() which will return "Animals make sound!"
  2. A Horse class: This class will be a child class of the Animal class. Add 2 new properties that are relevant to the Horse class. Override the makeSound() method to return "Neigh!"
  3. A Dog class: This class will be a child class of the Animal class. Add 2 new properties that are relevant to a Cat.  Override the makeSound() method to return "Woof! Woof!"
Now, in both the Horse class and Dog class:
  • Write a main method
  • Create an object of that class type
  • Set some of the properties of the object
  • Call the makeSound() method using the object and print the sound. This is  a simple test to check your program works correctly. A horse should say "Neigh" and a dog should say "Woof! Woof!" 

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Class
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage