Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

From this website

 

Access Specifiers

 

Public: Gives variable public access which means that there is no restriction on their accessibility

Private: Gives variable private access which means that they are accessible only within their declaration content

Protected: Protected access gives a variable accessibility within their own class or a class derived from that class

Friend: Gives variable friend access which means that they are accessible within the program that contains their declaration

Protected Friend: Gives a variable both protected and friend access

Static: Makes a variable static which means that the variable will hold the value even the procedure in which they are declared ends

Shared: Declares a variable that can be shared across many instances and which is not associated with a specific instance of a class or structure

ReadOnly: Makes a variable only to be read and cannot be written

My Development System

Intel Core i7 920 @2.66Ghz

6 GB DDR3 SDRAM

Windows 7 Ultimate x64 & Windows Vista Home Premium x64 dual boot

GeForce GTX295 1.8 GB

3.5 TB HD

  • 10 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...