Can an interface inherit class/abstract class.
Answer Posted / sathish
It's not possible to inherit a class or abstract class by
interface.Interface inherits interface only not any other.
| Is This Answer Correct ? | 82 Yes | 14 No |
Post New Answer View All Answers
List the differences between method overriding and method overloading?
Explain About namespaces
Explain async and await?
What is managed code?
What is datareader c#?
What are the 3 types of comments in c#?
Why do we need a singleton class?
Why c# is called type safe language?
What is difference between ienumerable and list?
How do you comment in c#?
What is a class c#?
What are extender provider components? Explain how to use an extender provider in the project.
What is the difference between a function and a method?
What is a nullreferenceexception and how do I fix it?
State two different types of access modifiers.