Can an interface inherit class/abstract class.
Answer / 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 |
Can I define my own exceptions?
Are attributes inherited c#?
What is the benefit of interface in c#?
Explain inheritance in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What's the c# syntax to catch any possible exception?
give suitable code for all login controls
How can we make a thread sleep for infinite period ?
how to prevent a class from being inherited in c#.net?
Is IIS is required for installing the deployment of windows C#.netapplication and to run.
Why should you override the tostring() method?
Explain briefly the difference between value type and reference type?