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
Is c# int immutable?
Is void a class?
What is a multicast delegate in c#?
Which class does the remote object has to inherit?
Define thread? Explain about multithreading?
What is difference between new and override in c#?
Explain deadlock?
what are implementation inheritance and interface inheritance?
Why does dllimport not work for me?
What are jagged arrays used for?
What is deadly diamond problem?
What is xml c#?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is IL / CIL / MSIL?
What is unsigned int?