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

  Write an application that displays the populations

Write an application that displays the populations for the three countries every year until both Mexican and Japanese populations pass US population

  The williamsburg women''s club

The Williamsburg Women's Club offers scholarships to local high school students who meet any of several criteria. Write an application that prompts the user for a student's numeric high school grade point average (for example, 3.2), the student's num..

  Bull write a blog article for a coding and technical

bull write a blog article for a coding and technical community blog.bull the length of the article is to be between 500

  Construct java program named collegelist

Construct a set of classes for a college to use in many student service and personnel applications. Classes you require to design include following:

  Display a table of values

Using Netbeans, use repetition to display a table of values showing x, the square of x and the cube of x. X is to go up to 5.

  Implement a vending machine simulator

Create a new multi-class Java program which implements a vending machine simulator which contains the functionality

  Write a java program the displays the state bird

Write a Java program the displays the State bird and flower. The program should prompt the user to enter a State and print both the State bird and flower.

  Write a definite loop in java

True or False: To write a "definite loop" in Java, you use a loop control variable that has its value modified upon each iteration of the loop

  Write a program that prompts the user to enter a point

Write a program that prompts the user to enter a point (x,y) and checks whether the point is within the rectangle centered at (0,0) with width 10 and height 5

  Block work on a try-catch-finally block

How does a finally block work on a try-catch-finally block? Will a code on finally block execute when there is exception on a try/catch block? What kind of code should we put on a finally block?

  Write a class lines containing a static method

Write a class Lines containing a static method dashedLine to draw dashed lines, so it can write:

  Create class called cashregister based on information given

Create a class called CashRegister based on the information given (Create appropriate constructors, accessors and mutator methods).

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