Note the abstract base class may have more than one abstract methods . The child class must implement all of them failing which TypeError will be raised.
Note the abstract base class may have more than one abstract methods . The child class must implement all of them failing which TypeError will be raised.