You have a private method in your class and you want to make invocation of the method possible by certain callers.

What do you do?

 Posted by Rajkatie on 8/31/2013 | Category: .NET Framework Interview questions | Views: 7064 | Points: 40
Select from following answers:
  1. Make the method public
  2. Use a method that returns a delegate to authorized callers
  3. Declare the private method as a lambda
  4. All Above

Show Correct Answer


Source: microsoft book (c#) | | Alert Moderator 

Comments or Responses

Login to post response