Multiple Choice
Which of the following is true about the three bag classes (LinkedBag, ArrayBag, ArraySortedBag) ?
A) they are abstract classes
B) they implement the bag interface
C) the are all superclasses
D) LinkedBag is a subclass of ArraySortedBag
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: What method is called when the in
Q19: In the case of the AbstractCollection class,
Q20: When a class is customized using inheritance,
Q21: In the ArraySortedBag class, why must the
Q22: By using inheritance to create new classes,
Q24: A primary purpose of using inheritance is
Q25: In the constructor for the ArrayBag class
Q26: What would be the purpose of creating
Q27: The _init_ method in the parent class
Q28: What is the syntax for the calling