โ Back to Inheritance
Question 532
Cheetah Runs Fast
Cheetah Runs Fast
Animalhas avirtualmethodMovereturning"moving". OverrideMoveinCheetahso it returns the base result plus" fast", giving"moving fast". Use thebasekeyword to reuse the base method. Do NOT write aMainmethod. ACheetahprints: moving fast
Expected Output:
moving fast
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.