1. Learn
  2. /
  3. Courses
  4. /
  5. Intermediate Object-Oriented Programming in Python

Connected

Exercise

Creating a Manufacturing Company

In the final exercise of this lesson, you'll create an updated version of the Company abstract base class before creating a Manufacturing company. The ABC class and abstractmethod decorators have been imported from abc for you. Good luck!

Instructions 1/3

undefined XP
    1
    2
    3
  • Create a new Company abstract base class with a pay_taxes() abstract method.