Answer & Solution
Answer: Option C
Solution:
Event delegation is a technique where you attach a single event handler to a parent element that will fire for all descendants matching a specified selector, even those added dynamically after the handler has been attached.