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
Explain copy constructor?
what is the syntax to inherit from a class in c#?
Explain the types of assemblies in .net?
What is 8 bit signed integer?
What is the difference between throw and throw ex?
Is post back in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is the difference between list and array in c#?
How does c# achieve polymorphism?
In C#, explain the difference between overloading and overriding.
What is a predicate in c#?
What is a strong name in c#?
What is written in c#?
Why do we use virtual methods in c#?
What is an array class?