What?s the difference between an interface and abstract
class?
Answer Posted / guest
In the interface all methods must be abstract; in the
abstract class some methods can be concrete. In the
interface no accessibility modifiers are allowed, which is
ok in abstract classes.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are regular expressions? Search a string using regular expressions?
how to implement a web service in .net
What is difference between tostring() vs convert.tostring() vs (string) cast
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Should I make my destructor virtual?
How C# 4.0 supports dynamic programming language?
What are the basic string operations? Explain.
What is encapsulation in csharp?
Can we inherit a class with private constructor in c#?
How much time will it take to learn unity?
How do you access a constant field declared in a class?
What is an assembly in .net?
Can an exception be thrown from a catch block?
What is the difference while using directive vs using statement ?
Explain the difference between user control and custom control. Also, explain their use.