What happens when a bag becomes full in a linked list implementation?
A. An OutOfMemoryError will occur.
B. The add method will return false.
C. A MemoryExceededException will be thrown.
D. This condition is not possible with a linked list implementation.