Solved

How Is Creating a Subclass of an Existing Class Different

Question 49

Multiple Choice

How is creating a subclass of an existing class different from copying the code from the existing class to a new file?


A) delete all the methods that don't have to change
B) you don't need an __init__ method
C) the name of the subclass is in parentheses of the class header
D) no methods need be created or modified

Correct Answer:

verifed

Verified

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

Related Questions