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

what is the index value of the first element in an array?

0 Answers  


State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?

0 Answers   Siebel,


how to retrive a TextBox value in to Sql database using C# windows form application coding

3 Answers  


Can a dictionary have the same key?

0 Answers  


Is arraylist type safe in c#?

0 Answers  






Why to use “using” in c#?

0 Answers  


What is ilasm.exe used for?

0 Answers  


What is difference between variable and property in c#?

0 Answers  


What is the difference between hashtable and dictionary?

0 Answers  


What is dataview c#?

0 Answers  


Is c# used for frontend or backend?

0 Answers  


Can property be private in c#?

0 Answers  


Categories