2
Answers

static Main doubt ?

Photo of SUNIL GUTTA

SUNIL GUTTA

12y
1.3k
1
Hi guys

Its been a basic doubt but

As per c#, for non-static members we initialize these members by creating class object & then we use that object name and method name 2 initialize i.e object.method name ?? right

Likely we use class name.method name if the method is STATIC to do it .. if i am right till this .. As MAIN method is static Y are we not doing initialization ?? does it done implicitly or what ??

TY  





   

Answers (2)