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

How do you serialize in c#?

0 Answers  


how to handle errors in sqlserver

1 Answers  


How many types of constructors are available in c#?

0 Answers  


When a new instance of a type is created, what is the type of method implicitly called?

2 Answers  


Why we use oops in c#?

0 Answers  






List down the commonly used types of exceptions in .net

0 Answers  


What is the and operator in c#?

0 Answers  


What is scaffolding in c#?

0 Answers  


What is a class c#?

0 Answers  


Is string passed by reference in c#?

0 Answers  


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

0 Answers   HCL, NIC,


What is the difference between CreateObject() and GetObject()?

0 Answers   CGI,


Categories