โ Back to Inheritance
Question 508
Check Type With is
Check Type With is
Doginherits fromAnimal. Complete the static methodDescribeso it uses theisoperator to returnDogwhen the argument is actually aDog, andAnimalotherwise. The tester prints the returned string. Do NOT write aMainmethod. For aDogargument the program prints: Dog For a plainAnimalargument the program prints: Animal
Expected Output:
Dog
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.