Tuesday 7 July 2015

In c#, the variable which is declared inside a class but not I a method is called as?

The variable which is declared inside a class but not inside the method is called as instance variable.

Instance variable does not include any static modifier in the class and also they operate on instance of a class.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.