Source: https://foxhop.net/f3a97df4-2f95-11f1-8393-e86a64d24d78/object-orientated-programming-dvd-player-example
Snapshot: 2026-05-25T11:09:38Z
Generator: Remarkbox 1527ef7

This is a thread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.

Scan for living source

Object Orientated Programming DVD Player Example

class Dvd( object ):
    """DVD model"""
    def __init__():
        """DVD contructor"""
        pass

    def play():
        """Play dvd"""
        pass

    def ff():
        """Fast Forward"""
        pass

    def rw():
        """Rewind"""
        pass

    def settime( hours = None, minutes = None, seconds = None ):
        """Set time"""
        pass

Source: https://foxhop.net/f3a97df4-2f95-11f1-8393-e86a64d24d78/object-orientated-programming-dvd-player-example
Snapshot: 2026-05-25T11:09:38Z
Generator: Remarkbox 1527ef7