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
What are the methods in c#?
What is the data encapsulation?
What does exclamation mark mean in access query?
What is tryparse c#?
What is a linq in c#?
Give some examples of commonly used i/o classes?
Explain inheritance in c#?
Explain what are the steps for creating clr trigger?
What is the extension of c# file?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is a Jagged Array in C#?
Explain About disco and uddi
What is the difference between hashtable and dictionary?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
write a c# program add two matrix with input number ?