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
Why do we use inheritance in c#?
Does constructor return any value in c#?
What do you mean by saying a "struct is a value type"?
Is unity object oriented?
Explain get and set accessor properties?
what is the difference between interface and multiple interface?
Why do we use reflection in c#?
Are string objects mutable or immutable?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is the meaning of 0 in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is data dictionary in c#?
C# called c sharp why?
How to declare a property in a class?
Why do we use interfaces in c#?