What is the difference between Abstract and Interface?
Answer Posted / vishal singh
In an interface class, all methods are abstract - there is
no implementation. In an abstract class some methods can
be concrete - there can be implementation. In an interface
class, no accessibility modifiers are allowed - are public
by default. In an abstract class accessibility modifiers
are allowed.
Is This Answer Correct ? | 146 Yes | 18 No |
Post New Answer View All Answers
What is the difference between ienumerable and enumerator?
What is the use of xmlserializer?
What is variable and its classification?
What does args mean in c#?
How do I create a .exe file?
How do I simulate optional parameters to com calls?
Can bool be null c#?
Is c# a backend language?
How to reduce image resolution in C#?
what are windows services?
How do I convert a string to an int in c#?
What is clr in c#?
What is int parse in c#?
How many types of interface are there in c#?
Is int reference type c#?