Problem Statement
Model premium tickets using inheritance and overriding, then print the final payable amount.
DEMO-OOP-33 โข Object Oriented Programming
Model premium tickets using inheritance and overriding, then print the final payable amount.
Input is given as whitespace-separated tokens for the base-class fields first, followed by the child-class fields.
Print the exact multiline report required by the problem.
Submit runs every public testcase in this browser. Results and code never leave this device.
Hero 5.0 1.0
Movie: Hero Base Price: 5.00 Total: 6.00
Drama 7.5 0.5
Movie: Drama Base Price: 7.50 Total: 8.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question