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
Why is c# a good programming language?
Is datetime immutable c#?
What do u mean by thread safe?
What is meant by enumerable in c#?
Is .net and c# the same?
What is default access specifier for class in c#?
What is the adv of using System.Text.StringBuilder over System.String?
What are delegates?
What is collection of classes in c#?
Where do I put dll files?
When should we use sealed class in c#?
Can I define a type that is an alias of another type (like typedef in c++)?
What is unmannaged code and will CLR handle this kind of code or not .
What are assemblies?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?