Create an interface called DVR that has methods that represent the standard operations on a digital video recorder (play
Posted: Sat May 14, 2022 4:02 pm
Create an interface called DVR that has methods that represent the standard operations on a digital video recorder (play, stop, record, pause, timedrecord). Define the method signatures as you see fit. Keep in mind that time recording would require start and end times. Paste your java code of the interface and describe how a class MyDVR might implement this interface.