|
-
Aug 31st, 2005, 05:50 AM
#1
Thread Starter
Hyperactive Member
Simple Definition of Shared Member
What is a simple and basic definition of a "shared member"?
Is this correct (or close)
In general, a shared member has one copy for all objects of the class and an instance member has one copy for each instance or object of the class. Methods can also be declared as shared and are considered shared members. Use the Shared keyword to create a shared member. Note that the Shared keyword is optional in the property procedure. You need to use it if you plan to retrieve the property without first creating an instance of the class
gollnick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|