CJCoding With Joseph

Cash Payment Amount

Payment is an abstract class with an abstract method Amount. Provide the implementation in CashPayment so it returns 50. Do NOT write a Main method.

The program prints:

50

Expected Output:

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