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 derived classes have greater accessibility than their base types?
What are the types of attributes in c#?
windows c# using datagridview in edit form sql server
What is string literal in c#?
What is threading in c# with example?
What is difference between an reference type and value type in C#?
Is constructor a static method?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
Why do we need escape characters?
If a method's return type is void, can you use a return keyword in the method?
Can I call a virtual method from a constructor/destructor?
What are the Types of JIT and what is econo-JIT
What are extensions methods in c#?
What is the compiler of c#?
Can you inherit from a static class in c#?