Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please code in JAVA for the both Part A and B. You work for a company that makes a duck pond simulation game. The game

image text in transcribedPlease code in JAVA for the both Part A and B.

You work for a company that makes a duck pond simulation game. The game can show a large variety of duck species swimming and making quacking sounds. Your task is to develop the backend (or the business logic part of the backend) component of the application. - A dock object has a name. - A duck object should be able to do: 1. swim 2. quack 3. display: behavior for how it looks on the screen The swim method prints '\{duck name\} is swimming!' The quack method prints 'Quack' The display method prints a message about the quack looks like. Your design must accommodate the following types of ducks: 1. Mallard 2. Redhead 3. Alabio 4. Domestic 5. Canvasback 6. Whistling 7. Rubber ducks 8. Decoy ducks Part B The executives decided that flying ducks is just what the simulator needs to blow away the other duck sim competitors. And of course your manager told them it'll be no problem. "After all," said your boss, "we have an OO programmer... how hard can it be?" Your task is to add flying functionality to ducks. The fly method prints the message '\{duck name\} is flying

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

More Books

Students also viewed these Databases questions