What are the access-specifiers available in c#?
Answer Posted / vijay
public,private,protected,internal,protectedinternal
| Is This Answer Correct ? | 53 Yes | 22 No |
Post New Answer View All Answers
What is dao in c#?
Explain the types of assemblies in .net?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is instantiating a class in c#?
How do I calculate relative time?
Define assert() method? How does it work?
Where value types are stored in c#?
Which is more efficient for loop or while loop?
Why dataset is used in c#?
What is hashtable in c# net with example?
Is null in c#?
What is dynamic in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is the difference between do and while loop?
How many kinds of elements an array can have?