Hi Gud mng
I want Concept of methods And types and where it can be used tell the examples of methods
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raja TPosted Jul 12, 2016, 12:53 AM
Method is the building block of object-oriented programming. It combines related code together and makes program easier. In C# method declaration, you can declare method by following way:
{
Body
}
public void add()
{
Body
}
jagannadham palikaPosted Jul 12, 2016, 2:59 AM
Vinay SinghPosted Jul 12, 2016, 2:59 AM
kalu singh raoPosted Jul 12, 2016, 2:25 AM