What option should you use?

You are employed as a developer at ABC.com. You are in the process of creating code for a
method that does not retrieve a value for the calling code.
You want to make sure that this is reflected when declaring the method.
What option should you use?

You are employed as a developer at ABC.com. You are in the process of creating code for a
method that does not retrieve a value for the calling code.
You want to make sure that this is reflected when declaring the method.
What option should you use?

A.
You should consider making use of the void keyword in the method declaration.

B.
You should consider making use of the sealed C# statement in the method declaration.

C.
You should consider making use of the internal C# statement in the method declaration.

D.
You should consider making use of the public C# statement in the method declaration.

E.
You should consider making use of the protected C# statement in the method declaration.



Leave a Reply 1

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