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.
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
|