What?s the difference between an interface and abstract class?
Answer Posted / pvschmurthy
In Abstract class must have one sub class, but Interface
cann't have sub class only implimentation class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a datacontract?
Which string method is used for concatenation of two strings in c#?
What is private constructor c#?
What is single dimensional array in c#?
What is binding in c#?
How do I open the console?
What is an example of a delegate?
What framework is used for performance testing/load testing?
Does c# support c type macros?
What is namespace give the example?
How does split work in c#?
What are the collection types can be used in c#?
Can list contain duplicates c#?
Can we maintain state in webservice?
Are value types sealed?