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
Can derived classes have greater accessibility than their base types?
What are static and dynamic variables?
What is whitespace in c#?
Is there any sample c# code for simple threading?
Is c# strongly typed?
If the original method is not static you can declare an override method to be static or not?
How many bytes is an int?
what is boxing and unboxing?can we initialize unboxing directly?
Can non-default constructors be used with single call sao?
Is datetime nullable c#?
What is managed code?
What is parallel foreach in c#?
Explain about generics in c#.net?
Is it possible to execute multiple catch block for a single try statement?
What is the difference between first and firstordefault?