Solved

When You Finish Writing the Abstract Class, What Must the Subclasses

Question 16

Multiple Choice

When you finish writing the abstract class, what must the subclasses do to use it?


A) reference the abstract class in their __init__ method.
B) copy the code to the subclass file
C) nothing, the abstract class is automatically included in the subclass
D) import the abstract class

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions