โ Back to Inheritance
Question 544
Feed The Animal With is
Feed The Animal With is
Feederhas a methodFeed(Animal a). Using theisoperator, return"give fish"when the animal is aCat, otherwise return"give food".Catinherits fromAnimal. Do NOT write aMainmethod. For aCatthe program prints: give fish For any otherAnimalit prints: give food
Expected Output:
give fish
Topics:
Inheritance
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.