What is the difference between Abstract and Interface?
Answer Posted / nasir munda
Abstract Class may contain constructor but interface does
not contain constructor.
| Is This Answer Correct ? | 33 Yes | 8 No |
Post New Answer View All Answers
How to find type of variable?
What are the types of parameters in c#?
What is difference between === and ==?
Why to use lock statement in c#?
What is yield return in c#?
What is assembly manifest?
What is the difference between string and stringbuilder in c#?
What are anonymous types in c#?
What does mean before a string in c#?
Where do we use static class in c#?
Why static variables are used?
What is difference between array and collection?
If the original method is not static you can declare an override method to be static or not?
why delegate is type safe?
What are destructors in C#?