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

Name some properties of thread class.

0 Answers  


Explain the process of abstraction with an example?

0 Answers  


Why do we need a singleton class?

0 Answers  


What?s an abstract clas?

5 Answers   Mind Tree,


List out two different types of errors in c#?

0 Answers  






Where is the output of TextWriterTraceListener redirected?

1 Answers  


What is Interface? Explain with an example.

8 Answers   TCS,


How do I unload an assembly?

0 Answers  


What is the difference between virtual method and abstract method?

0 Answers  


What is arraylist c#?

0 Answers  


What is the resgen.exe tool used for?

0 Answers  


Is c# dictionary a hash table?

0 Answers  


Categories