Are private class-level variables inherited?
Answers were Sorted based on User's Feedback
Answer / guest
Yes, but they are not accessible, so looking at it you can
honestly say that they are not inherited. But they are.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sharifuddin
private class variables can access indirectly by with the
help of properties. This is the best way to access the
private variables of the private class.
It is not possible directly....
Its true upto my knowledge.
If there is any wrong can u explain?
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / basayya_swami
Yes, All the variable inherited but you donot access this
variable
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / pushparaj pentakota(anakapalli
by using properties we can access private variables but we can't inherit private class members to another class we can access.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chaman
no,private class-local variable are not inherited
Is This Answer Correct ? | 0 Yes | 1 No |
What is the Difference between value and reference type?
why delegate is type safe?
Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar
What is the difference between console and windows application?
Is c# scripting language?
In which situation(s), the use of "Delegate" is a good idea?
What is the purpose of static?
What is writeline in c#?
Explain the Scope of public/private/friend/protected/protected friend.
1 Answers Rigel Networks, Wipro,
What are the variables in c#?
What is the difference between Hash Table and Arrays?
2. What happened when BO object has been called?