What is the difference between Abstract and Interface?
Answer Posted / sanjay
In the abstract class we can define the member function
but in interface we can not define only declare the
function.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the use of return in c#?
Is c# easier than c++?
What are regular expressions? Search a string using regular expressions?
What is verbatim literal in c#?
What is the difference between string and string in c#?
Why delegate is used in c#?
What is serialization in dot net?
What is difference between array and collection in c#?
List the fundamental oop concepts?
What are the steps to make an assembly to public?
What is default constructor c#?
What is a struct in C#?
Why are strings immutable in c#?
What is a helper method in c#?
Tell us something about static linking and dynamic linking?