Describe the accessibility modifier protected internal.
Answer Posted / pushparaj pentakota
rest of non-child class of another project remailning all
cases it is accessble.
same project , same class ---- accessble
same project , child class --- yes
same project , non-child class --- yes
another project , same class --- yes
another project , child class ---yes
another project , non-child class ---not accessble
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is native image generator (ngen.exe)?
Which is faster dictionary or list?
What is semaphore in c#?
What type of data type conversion happens when the compiler encounters the following code?
What is a web service in c#?
Explain manifest & metadata in c#.
What is default value of decimal c#?
What is view state c#?
What is the advantage of constructor in c#?
Can var be null c#?
What is the difference between const and readonly in c#.net?
What is string in c# net?
Can we inherit two classes in c#?
why delegate is type safe?
In which format you can pass the value in the sleep function?