How do you implement Inheritance in dot net ?
Answer Posted / mahesh babu ummaneni
Inheritence is nothing but base class properties come to derived class
example
class sample
{
//here we write some members
}
class sampl1:sample
{
//sample members acess here
}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why do we need oops in c#?
How many digits is a 32 bit number?
What is callback in c#?
What tool we have to use to install assembli in gac folder.
Distinguish between system.string and system.text.stringbuilder classes?
What is unrecognized escape sequence in c#?
What is exe file in c#?
What is an escape sequence?
What is concrete method in c#?
What do you mean by parsing and how to parse a date time string in c#?
When was .net linq added?
Why do we need generics?
What are "class access modifiers" in C#?
What is main thread in c#?
what are the different ways a method can be overloaded?