What are the access-specifiers available in c#?
Answer Posted / shakira
Public,private,protected,internal,protected internal.
| Is This Answer Correct ? | 42 Yes | 14 No |
Post New Answer View All Answers
Where do we use serialization in c#?
What is an int c#?
What are destructors in C#?
When should we use sealed class in c#?
Explain how to add controls dynamically to the form using c#.net.
How do I run a cshtml file?
What is ilasm.exe used for?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What is namespace in oop?
Can constructor be private c#?
What is xml document how do you open it?
What are the fundamental principles of oo programming?
What are the types of inheritance in c#?
Explain About Virtual functions and their use.
Can an array be null c#?