CJCoding With Joseph

Car Honks Like A Vehicle

Make the class Car inherit from Vehicle so it gains the Honk method for free. The tester creates a Car and prints the result of Honk(). Do NOT write a Main method.

The program prints:

Beep

Expected Output:

Beep
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.