2
Reply

What are methods in C#?

Deepak  Kamboj

Deepak Kamboj

Jun 07, 2013
916
0

    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.

    Bir Singh
    July 02, 2015
    0

    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

    Krishna Mohan
    May 03, 2014
    0