Solved

When Implementing the __Init__ Method in the AbstractBag Class, What

Question 48

Multiple Choice

When implementing the __init__ method in the AbstractBag class, what task should you leave out because it is the responsibility of the subclasses?


A) setting the self.size variable to 0
B) adding items from the source collection
C) initializing the self.items variable
D) checking if a source collection exists

Correct Answer:

verifed

Verified

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

Related Questions