If we inherit a class do the private variables also get
inherited ?
Answer Posted / rathika
It will be inherited but cannot be accessible.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How do I run managed code in a process?
What is hashtable c#?
What are the three types of predicates?
what are some characteristics of an array?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
How to add controls dynamically to the form using c#.net.
What is difference between dll and exe in c#?
Explain About a class access specifiers and method access specifiers.
Describe the difference between inline and code behind - which is best?
What is private void in c#?
What is escape character in c#?
Can constructor be protected in c#?
What is difference between internal and protected internal in c#?
What is expandoobject in c#?
What are virtual destructors?