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


Please Help Members By Posting Answers For Below Questions

Can derived classes have greater accessibility than their base types?

729


What are static and dynamic variables?

831


What is whitespace in c#?

679


Is there any sample c# code for simple threading?

702


Is c# strongly typed?

629


If the original method is not static you can declare an override method to be static or not?

684


How many bytes is an int?

668


what is boxing and unboxing?can we initialize unboxing directly?

680


Can non-default constructors be used with single call sao?

708


Is datetime nullable c#?

673


What is managed code?

716


What is parallel foreach in c#?

730


Explain about generics in c#.net?

713


Is it possible to execute multiple catch block for a single try statement?

794


What is the difference between first and firstordefault?

659