You need to add a user to the UserTracker instance

You are developing an application that includes a class named UserTracker. The application includes
the following code segment. (Line numbers are included for reference only.)

You need to add a user to the UserTracker instance.
What should you do?

You are developing an application that includes a class named UserTracker. The application includes
the following code segment. (Line numbers are included for reference only.)

You need to add a user to the UserTracker instance.
What should you do?

A.
Option A

B.
Option B

C.
Option C

D.
Option D



Leave a Reply 3

Your email address will not be published. Required fields are marked *


bungalo

bungalo

anyone can explain this ?

bungalo

bungalo

you cant pass the “delegate” keyword into a method. you would need to pass the variable of type delegate.
delegate(int i)