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