What is the difference between protected and protected internal?
Answer Posted / mahi
Protected Internal: it's similar to Protected access
specifier, it also allows a class to hide its member
variables and member function to be accessed from other
class objects and function, excepts child class, within the
application. used while implementing inheritance.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
What is cls, cts and clr in net?
Which types of inheritances does c# support?
Is a decimal an integer?
2. What happened when BO object has been called?
Can scriptable objects have methods?
Define c# delegate?
What are accessors?
Why does dllimport not work for me?
Can the accessibility of a type member be greater than the accessibility of its containing type?
What is a boolean c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is the advantage of singleton class?
What are types of constructor?