CJCoding With Joseph

Bicycle Adds A Bell

Vehicle has a Move method. Bicycle inherits Move and adds its own new method RingBell that returns "ring". Complete RingBell. Do NOT write a Main method.

The program prints:

rolling
ring

Expected Output:

rolling
ring
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.