1. 学习
  2. /
  3. 课程
  4. /
  5. Intermediate Object-Oriented Programming in Python

Connected

练习

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!

说明 1 / 共 3 个

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