what is accessspecifier and explation each with example?
Answer Posted / ssss
Access specifiers are private,public etc....
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a int in c#?
Is xml tags are case sensitive?
Write the difference between TypeOf and GetType?
Explain the difference between a namespace and assembly name in .net?
What does out mean c#?
What exactly happens when we debug and build the program?
Is list immutable in c#?
What is difference between value and reference types in C#.NET
What is a console file?
What's the difference between System.String and System..StringBuilder in C#?
Explain About .NET Framework
What is indexer c#?
Can I define a type that is an alias of another type (like typedef in c++)?
What are concrete classes?
How do I create a delegate/multicastdelegate?