Pages

Subscribe:

Ads 468x60px

Sunday, March 25, 2012

what is a static member of the Class in asp.net using c#


Static Members
One of the tricks about .NET classes is that you really use them in two ways. You can use some
class members without creating an object first. These are called static members, and they’re
accessed by class name.

No comments:

Post a Comment