What are access modifiers in c#?
Answer / Shiv Shakti Shankar
Access modifiers in C# determine the visibility and accessibility of a class, method, property or variable. The four common access modifiers are: private (visible within the containing type), internal (visible within the assembly), protected (visible within the containing type and derived types), public (visible to all parts of the application)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is token in c#?
What is the different types of private assembly and shared assembly?
What is the difference between “finalize” and “finally” methods in c#?
What are the boolean data types in c#?
Can a static class contain non static members?
What is the difference between method overriding and method overloading?
What is the delegates in c#?
how can i return string by vilating duplicates(inpyt like asdfsda but output should be 2a2d2sf and 2a,2d,2s,f)
What are accessors?
What do you mean by hashtable c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
what is class libraries?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)