[Solved] Needing help understanding piece of Java code
On your class DVDPlayer you chose to say that a regular DVDPlayer cannot record. So you set it to false. If you want it to record you either change the variable directly, like you did on the class DVDPlayerTestDrive. The boolean canRecord = false is only meant to show you that it is possible to … Read more