Can an interface inherit class/abstract class.



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

Post New Answer

More C Sharp Interview Questions

Can I define my own exceptions?

0 Answers  


Are attributes inherited c#?

0 Answers  


What is the benefit of interface in c#?

0 Answers  


Explain inheritance in c#?

0 Answers  


If c# destructors are so different to c++ destructors, why did ms use the same syntax?

0 Answers  


What's the c# syntax to catch any possible exception?

0 Answers  


give suitable code for all login controls

1 Answers  


How can we make a thread sleep for infinite period ?

0 Answers  


how to prevent a class from being inherited in c#.net?

0 Answers  


Is IIS is required for installing the deployment of windows C#.netapplication and to run.

2 Answers  


Why should you override the tostring() method?

0 Answers  


Explain briefly the difference between value type and reference type?

0 Answers   Accenture,


Categories