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
What is the value which is accepted by all data types ?
Explain the various types of classes used in c#?
What is the purpose of ienumerable in c#?
what happens if you inherit multiple interfaces and they have conflicting method names?
Name the two classes are required for implementing a windows service?
What is the main usage of keyword “virtual†? How does it work for a method or property?
Where static variables are stored?
What are the advantages of clr procedure over t-sql procedure?
how dot net compiled code will become platform independent?
What is dataset and dataadapter in c#?
Is datetime nullable c#?
How do I link two windows forms in c#?
i want o/p 011242110 in c# code.
How do you clear a list in c#?
What are the extension methods in c#?