CJCoding With Joseph

Abstract Vehicle Wheels

Vehicle is abstract and declares an abstract read-only property Wheels. Implement it in Motorcycle so Wheels is 2. Do NOT write a Main method.

The program prints:

2

Expected Output:

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