Media Player
MediumCreate a base Media class with methods play() and pause().
Subclasses: Audio and Video with extra features (e.g., Audio controls volume, Video controls brightness).
Create a playlist using polymorphism.
OOP Focus: Overloading and overriding patterns (as supported by your language).
Note: This is statement-only in the current Practice version; stdout should be empty.
Loading editor...
Output
Run or submit to see output.