Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Abstract Classes and Interfaces. Write the code for all the necessary classes and/or interfaces for a solution to the problem below. Focus on class structure

Abstract Classes and Interfaces. image text in transcribed
Write the code for all the necessary classes and/or interfaces for a solution to the problem below. Focus on class structure and interaction. You may implement your solution however you wish, but you will be graded on the appropriateness of your solution to the requirements. Note the use of capit and bold for clarification in the problem. You may use whatever constructors or additional methods you wish. - Define a structure that can represent Animals. - A general Animal s hould not be able to be instantiated and has a permanent name for its lifetime. Animals have two behaviors; they can speak() and they can move ). By default, when an animal moves, the message "This animal moves forward" is displayed. By default, when an animal speaks, the message "This animal speaks" is displayed. - Define also two classes, Goose and Lynx, that are Animals. Both Goose and Lynx behave such that where "animal" is displayed in speak( ) or move(), "goose" or "lynx" is displayed by the appropriate classes. Define the default constructors to accomplish this Finally, any instance of Goose can fly(), just as any Flying object can - An Airplane is also a Flying object. Define the Airplane class such that it is Flying and make sure that any instance of Goose is also Flying. The specific behaviors when instances of either class fly() should display in the message: the class name and name of object soars, wings flapping for a Goose or th message the class name and name of object soars, engines running for an Airplane.. You may use getName).get.Class() Instances of either Goose or Airplane should be able to be stored in a variable of type Flying All classes should include default constructors and if needed overloaded constructors. - Hand in all abstract classes, classe different behaviors for a Lynx, Goo output. s and interfaces along with a client class that demonstrates the se and Airplane. You also must provide a screen shot of your

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

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago