What is the difference between Abstract and Interface?
Answer Posted / nasir munda
In abstract class public,private and protected method can used.
In Interface only public method can used.
| Is This Answer Correct ? | 46 Yes | 7 No |
Post New Answer View All Answers
Is lazy thread safe c#?
How to Install uninstall assemblies into GAC?
Differentiate between response.expires and response.expiresabsolute?
How do I create a multi language, multi file assembly?
How do you convert byte array to hexadecimal string, and vice versa?
What is deadlock in c#?
What are the steps for creating clr trigger
What is difference between array and list?
Explain the difference between directcast and ctype.
What is constants in c#?
Can you create partial delegates and enumerations?
List down the differences between “dispose” and “finalize” methods in c#.
Can private virtual methods be overridden in c#.net?
Define multicast delegate in c#?
What is the difference between c and c# programming?