Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > ASP

Notices


 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 09-03-2012, 05:38 AM   #4
bryanbell
Registered User
 
Join Date: Dec 2010
Location: Florida
Posts: 168
Access specifiers are generally used for showing the availability of different class members. Mainly there are five types of access specifiers used in .Net or C# as below:
1. Public: This specifier is used to access the object of the class from anywhere even from out of the class.
2. Private: This specifier is used to define private functionality of the class. It�s only accessible by the object or member of that class.
3. Protected: Its used for inheriting the class. Only child class can access such class and its protected from other classes.
4. Internal: Its accessible by all classes of assembly.
5. Protected Internal: It�s the combination of internal and protected specifier. So it can be accessed by inheriting or child class as well as that own class itself from the assembly.
__________________
Strategic Web Solutions by SPINX INC. - A Web Design Company in Tampa,

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by bryanbell; 09-13-2012 at 01:54 AM..
bryanbell is offline   Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows VDS, RDP Access, WebSitePanel, 2003,2008, US/UK DC AJKpeter Post your ad here 0 07-10-2012 05:34 AM
Featured Windows VPS - FULL Root Access - Free Backup Storage - Remote Desktop AJKpeter Post your ad here 0 05-07-2012 06:17 AM
Featured Windows VPS - FULL Root Access - Free Backup Storage - Remote Desktop AJKpeter Post your ad here 0 04-05-2012 11:28 PM
Windows VPS - FULL Admin Access - Windows Desktop Enabled - 1Gbps premium bandwidth AJKpeter Post your ad here 0 02-23-2012 08:00 AM
UK and USA Windows VPS w/ RDP - 2003/2008 OS - Root Access - USA/UK Locations AJKpeter Post your ad here 1 01-12-2012 12:01 PM


All times are GMT -7. The time now is 12:55 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.