โ Back to Polymorphism
Question 567
Classify By Runtime Type
Classify By Runtime Type
CompleteClassifier.Classifyso it returnsDog,Cat, orUnknowndepending on the actual runtime type of theAnimalpassed in. Use a type-patternswitch. Do NOT write aMainmethod. For aDog, aCat, and a plainAnimalthe program prints: Dog Cat Unknown
Expected Output:
Dog Cat Unknown
Topics:
Polymorphism
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.