Answers

Question and Answer:

  Home  Senior .Net Developer

⟩ Explain me difference between public and static modifiers?

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.

 208 views

More Questions for you: