(Choose 1 answer)
What is event pooling in React?
A. The process of creating multiple event objects for each event.
B. The process of handling events in a pool of event handlers.
C. The process of reusing event objects for performance optimization.
D. The process of cleaning up event objects after they are used.