When you inherit a protected class-level variable, who is
it available to?
Answers were Sorted based on User's Feedback
Answer / raja chandrasekaran
Protected class level variables can be accessed with in the
same class and accessed by the derived classes.Derived
classes can be in different assembly also. Even the
variables are private, it will be derived into the child
class. But the thing is, it is not accessible due to its
protection level.
Is This Answer Correct ? | 6 Yes | 5 No |
Answer / p.sahoo
Protected Class Variables Are Always Inherited in it's
derived classes.
But in the namespace it confused to me because in a
namespace we can set any type of modifiers.
Is This Answer Correct ? | 0 Yes | 6 No |
What is the difference between overriding and overloading in systemverilog?
Why do we use interface in c#?
What is use of FormBoarderStyle Propertie
what is used ref keyword in c#,and how we used it?
What is the difference between internal and protected in c#?
What is dbcontext c#?
What is strong name in c# and how can we use it?
What is xml serializer?
What is dependency injection?
Why is .net so popular?
Can abstract class be sealed in c#?
Why do we use abstraction in c#?