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 are strings in c# immutable?
What are satellite assemblies? How will you get the different language strings?
Why do we use threads in c#?
What is uint c#?
Can abstract class have constructor?
How do you create dlls in .NET
What is an escape sequence? Name some string escape sequences in c#.
What is console based application?
What's your approach to fetch static data in your windows form application?
Explain About friend and Protected friend
Why static constructor is parameterless in c#?
What is thread.sleep()?
What are the fundamental differences between value types and reference types?
What is string empty?
What is the predicate of a sentence?