What is an advantage of using a chain for a Bag ADT?
A. It avoids moving data when adding or removing bag entries.
B. It has a fixed size which is easier to manage.
C. It can be resized to provide as much space as needed.
D. All of the above.