What is the difference between Abstract and Interface?
Answer Posted / nitin kumar tomar
In interface All methods are abstract but in Abstract Class
some methods could be concrete.
There is no Methods Implimentation is allowed inside
interface and also No accessibility modifiers are not
allowed in interface.
| Is This Answer Correct ? | 31 Yes | 11 No |
Post New Answer View All Answers
Can we inherit a private class in c#?
List the 5 different access modifiers in c#?
What are scriptable objects?
What is escape character in c#?
Can we overload indexer in c#?
Can the nested class access, the containing class. Give an example?
Define an abstract class?
What is concrete class in c# with example?
How do you clear a list in c#?
What are the Types of compatabilities and explain them
What is action in c# 3.5?
How can you read 3rd line from a text file?
Which is faster dictionary or hashtable?
Why can't we use a static class instead of singleton?
If the original method is not static you can declare an override method to be static or not?