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 real use of interface in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What is the default value of date?
What is the difference between method and function in c#?
why delegate is type safe?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is extension method in c# and how to use them?
Why do we use threads in c#?
What is difference between events and delegates?
What does out mean in c#?
Why do we use overloading in c#?
Explain how to parse a datetime string?
Can properties be static in c#?
Why do we need delegates?
list the steps in code compilation in c#?