What?s the difference between an interface and abstract class?
Answer Posted / mahendran
single class can implement multiple interface
interface do not come inheriting chain
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
In how many ways you can overload a method?
What do you mean by default constructor?
What is a interface in c#?
Can you inherit from a sealed class?
What is instantiating a class?
What is a console operator?
In a single .NET DLL how many classes it contains?
Define clr in .net?
What is the difference between private and protected in c#?
What is windows forms in c#?
Can I get the name of a type at runtime?
Why do we use threads in c#?
What is argument in c#?
How many types of namespaces available in version4?
Can bool be null c#?