What are the access-specifiers available in c#?
Answer Posted / rama thakur
public
private
protected
internal
protected internal
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
update data in an xml file which resides in solution itself, using silverlight 4.0
What is delegate in c#?
What is the use of oops in c#?
How do I format a string in c#?
Can we declare private class in c#?
What benefit do you get from using a primary interop assembly (pia)?
What is Satellite Assemblies ?
What is reference types in c#?
Are all methods virtual in c#?
Explain the three test cases in unit testing?
Why do we need singleton pattern in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?
Can a private virtual method can be overridden?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What are the 4 pillars of any object oriented programming language?