Explain me difference between public and static modifiers?

Submitted by: Muhammad
To invoke a method, field, or static property, you don't need to instantiate the class.

On the other hand, to invoke a public method, you need an instance of a class.
Submitted by: Muhammad

Read Online Senior .Net Developer Job Interview Questions And Answers