Question: How do you acomplish this assignment? Lab Polymorphism CSIS-1410 Learning Objective: Deepen your understanding of polymorphism Create an array of a superclass type Use the


How do you acomplish this assignment?
Lab Polymorphism CSIS-1410 Learning Objective: Deepen your understanding of polymorphism Create an array of a superclass type Use the method getClass() to access the runtime class of the current object breed communicate() move +getBreed () Practice the use of the instanceof operator Instructions: +pullSled () + move () Download the starter project from Canvas and unzip it in a folder with the same name. (If you change the folder name you will need to adjust the package name) Import the extracted ( unzipped) code files into Eclipse You can do that like this: " Right-click the src folder that should include the new package > Import the Output O bark bark run bark bark Import dialog opens run " Select General> File System and click Next the Import from directory bark bark tightrope walking dialog opens *Use the Browse button to navigate to the folder lablnheritance and click OK Output 1: Select the checkbox next to the folder lablnheritance Dog: Greyhound bark bark run IMPORTANT: Select the checkbox next to Create top-level folder * Click Finish Run App to make sure that the file import worked as expected At this point the output should look like Output 0. SledDog: Husky bark bark run CircusDog: Terrier bark bark tightrope walking
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
