3
Answers

static method in c#



static method only contain static data member which is absolutely right. Then Why static method Main() contain non static data member and member function.

Answers (3)