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
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What are annotations in c#?
Is multilevel inheritance possible in c#?
Can int be null c#?
What is the keyword used to prevent a class from being inherited by another class?
What is c# best for?
What are the different types of delegation?
What is protected internal modifier in C#?
What is the difference between hashtable and dictionary?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is a boolean c#?
What is the difference between static class and sealed class in c#?
In object oriented programming, how would you describe encapsulation in c#?
What is difference between ienumerable and iqueryable in c#?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.