----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: DotNetJerome Message 4 in Discussion Hi, Static Variables are not instance variables. That is when you create a variable in a class or in a structure noramlly a separte copy or instance of the variable 'll be created, each time when u create a object of that type. But if u create a static variable then it'll be only one variable is available for all the objects u created of that type. For example you create a static varibale in a class, to keep track of how many objects are created with that class. with best, Jerome. M MS India Community Star ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
