What is the difference between Abstract and Interface?
Answer Posted / nikhila
Abstract class contain both complete and incomplete methods
The implementation for abstract methods will be in derived class. Access specifier will allow
Interface contains only incomplete methods.The implementation will be in other class.Access specifier will not allow.by default public can use
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What's the difference between system.string and system.text.stringbuilder classes?
Why we use extension methods in c#?
What is a class c#?
What are async and await?
Can we call server-side code (c# or vb.net code) from javascript?
What is lazy loading and eager loading in c#?
How do I register my code for use by classic com clients?
What is arraylist c#?
What is iqueryable and ienumerable in c#?
Does c# have primitives?
While debugging a C# application can you change the value of a variable?
Explain manifest & metadata in c#.
Can a sealed class be used as a base class?
What is the full form of GAC? Explain its uses?
What is Web.config?