Write an abstract class call animal

Assignment Help JAVA Programming
Reference no: EM131596585

Question. Inheritance:

1 Write an abstract class call animal, it should have public int member legNumber, eyeNumber; with an abstract function "public void move()".

2 Write two classes insect and fish extends animal, they should each implement a "move" function. In insect.move function, you should print out "insect flies", in fish.move function, you should print out "fish swims"

3 In your main function, you should create an insect object, and a fish object, call their move function, and show how insect and fish move differently.

4 Write class catFish extends fish class, in its constructor, you should set legNumber = 0, and eyeNumber . In catFish.move function, you should override fish.move function, and print out "CatFish swims"

5 Write class dragonFly extends insect class, in its constructor, you should set legNumber = 6, and eyeNumber . In dragonFly.move function, you should override insect.move function, and print out "dragonfly has 1000 eyes, and it flies"

6 Write a java interface predatorInterface. In this interface, you should declare two methods: public void hide(), and public void attack(). You should implements this interface in your catFish and dragonFly classes, because both of them are predators. In your implementation methods, you should print out: catFish hides in caves, and they attack small fishes; dragonFly hides in leaves and they attack mosquitoes.

7 In your main function, create one catFish instance, and one dragonFly instance, and call their hide & attack methods

8 Cast catFish to a fish object, then call its move() function, then cast dragonFly to animal object, and call its move() function.

Reference no: EM131596585

Questions Cloud

Calculate the variable costs and fixed costs : During October the activity level was 8,200 units, and the total costs incurred were $68,000. Calculate the variable costs, fixed costs, and mixed costs
Write application to allow user to enter a list of integers : Write an application to allow user to enter a list of integers, ends the input once the user enter 0. Then ask user to enter a target number
What is the divisions profit margin ratio : Assume the Residential Division of Kitridge, Kitridge Faucets had the following results last year: What is the division's profit margin ratio
What is your proposal for addressing identified issues : What is your proposal for addressing identified issues or improvements within your organization? In other words, what changes are you trying to incorporate.
Write an abstract class call animal : Write an abstract class call animal, it should have public int member legNumber, eyeNumber; with an abstract function "public void move()".
Difference between authentication and authorization : Take a tour of your building on campus or at work. What is secured at night when workers are absent? Record the location and type of physical access control.
Firm is considering an investment : Your firm is considering an investment that will cost $920,000 today. The discount rate that your firm uses for projects of this type is 12%.
Provide a summary for the tax issues : Ben Watson has asked you, the company's CFO, to research the U. S. GAAP and provide a summary for the tax issues of earnings
Compute earnings per share immediately after stock issue : Tyson Iron Works is about to go public. It currently has aftertax earnings of $5,500,000, Compute the earnings per share immediately after the stock issue

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd