Deepak  Kamboj
What are methods in C#?
By Deepak Kamboj in C# on Jun 07 2013
  • Bir Singh
    Jul, 2015 2

    A method is a code block that contains a series of statements. A program causes the statements to be executed by calling the method and specifying any required method arguments.

    • 0
  • Krishna Mohan
    May, 2014 3

    Methods are the actions performed by the class.Without method we can not perform any action. whatever the logic you are writing inside the class that should come be written in methods.without methods you can't perform any action. for similar type of C# interview question you can refer this link c# interview questions

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS