Problem Statement
Create a transport base class and a delivery-bike subclass, then print the inherited delivery report.
DEMO-OOP-33 โข Object Oriented Programming
Create a transport base class and a delivery-bike subclass, then print the inherited delivery report.
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.
B10 35 12
Plate: B10 Speed: 35 Deliveries: 12
B11 28 5
Plate: B11 Speed: 28 Deliveries: 5
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question