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 use of parse in c#?

0 Answers  


What is the system namespace?

0 Answers  


6. If we assign a value in textbox on Page_UnLoad event, will it display?

2 Answers   Mphasis,


7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

2 Answers  


what are wrapper classes?

1 Answers  






What is managed or unmanaged code?

0 Answers  


Can we customize the serialization process?

0 Answers  


Can you pass value types by reference to a method?

0 Answers  


Why reflection is used in c#?

0 Answers  


What is difference between for and foreach in c#?

0 Answers  


Is lazy t thread safe?

0 Answers  


Can you store multiple data types in System.Array?

20 Answers   Satyam, Siebel Systems,


Categories