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
User's session is explicitly killed by which method ?
What is byte c#?
What is datetime minvalue in c#?
Explain partial class in c#?
What is Implicit conversion in C#?
What does an indexer do?
What is a delegate how is it type safe?
What is xaml file in c#?
What are abstract classes in c#?
Does c# support a variable number of arguments?
Can constructor have return type c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
What can we do to handle multiple exceptions?
What is reference types in c#?
To whom a method is accesssed if it is marked as protected internal ?