What is the difference between Abstract and Interface?
Answer Posted / jitendra yadav
Abstract Class may contain constructor but interface does
not contain constructor.
| Is This Answer Correct ? | 25 Yes | 8 No |
Post New Answer View All Answers
Is static thread safe?
What are Regex / regular expressions ?
How to implement singleton design pattern in c#?
What is better C# or VB.NET?
What is the difference between select and selectmany?
What is static and use of it?
How will you get the different language strings?
What is type system in c#?
what are nullable types in c#
What is Asynchronous call and how it can be implemented using delegates?
Explain about Error handling and how this is done
What is a int in c#?
Why dependency injection is used in c#?
Can you create partial delegates and enumerations?
What is Implicit conversion in C#?