Solved

In the ArraySortedBag Class, Why Must the Self Argument Be

Question 21

Multiple Choice

In the ArraySortedBag class, why must the self argument be passed to the __init__ method of ArrayBag?


A) to ensure the add method in ArraySortedBag is called if a source collection is specified
B) to ensure that ArraySortedBag calls the correct __init__ method
C) to ensure that ArrayBag calls its own __init__ method
D) to ensure the add method in ArrayBag is called if a source collection is specified

Correct Answer:

verifed

Verified

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

Related Questions