Following statements were stated in context of publisher and subscriber A subscriber is an object that raises the handles and events.A publisher is an object that wants to accept the event and provide a handler to the event.These statements are wrong in context of both publisher and subscriber. Choose the correct statements.
A.
A publisher is an object that contains the definition of the event and the delegate.
B.
subscriber is an object that wants to accept the event and provide a handler to the event.
C.
A publisher is an object that raise and fires the event handler and the delegate.
D.
subscriber is an object that wants to accept the event and provide a handler to the event.
E.
A subscriber is an object that contains the definition of the event and the delegate.
F.
publisher is an object that wants to accept the event and provide a handler to the event.
G.
A subscriber is an object that raise and fires the event handler and the delegate.
H.
publisher is an object that wants to accept the event and provide a handler to the event.