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 purpose of reserved word using in c#?
How do I do implement a assert?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
What is the difference between dictionary and hashtable in c#?
What is a cshtml file?
What is default method in c#?
What is a constructor in c#?
Is struct object oriented?
What do you know about device context?
Explain copy constructor?
What is argument in c#?
Explain About friend and Protected friend
How to implement a singleton design pattern in c#?
Is clr a compiler?
Can enum be null c#?