What is the difference between var and private var?

Asked

Viewed 26 times

1

What’s the difference between

private string s;

and

string s;

?

Is there any difference between the two examples or is it just the way to write?

  • Related https://answall.com/q/189162/101

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.