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
What is cli in c#?
What are the applications of c#?
What is interface used in c#?
What is the difference between an application domain and a process?
What is dll hell, and how does .net solve it?
Difference between StackPanel and RelativePanel ?
What is the difference between integer and double?
What is difference between iqueryable and ienumerable in c#?
What are c# types?
How to create events for a control? What is custom events? How to create it?
What is the difference between method and function in c#?
What is virtual class in C#?
What is the implicit name and type of the parameter that gets passed into the class set method?
What is the purpose of a namespace?
Can enum be null c#?