How do you implement Inheritance in dot net ?
Answer Posted / mohan kumar e.
By using ":" we can implement inheritance.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the benefit of dependency injection c#?
What is dynamic object in c#?
Why do we need to override in c#?
explain the features of static/shared classes.
Why do we use dictionary in c#?
What is the main purpose of linq?
Define constructor in c#.
What is the difference between Singleton design pattern and Factory design pattern?
Tell me the difference between value passing and address passing?
What is inheritance in csharp?
Why are mutable structs evil?
How does aspect oriented programming work?
What is the meaning of console writeline in c#?
List down the differences between “dispose” and “finalize” methods in c#.
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?