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

What is the difference between ref and out parameters in c#?

559


List the differences between method overriding and method overloading?

573


Explain the difference between // comments, /* */ comments and /// comments?

584


Does c# have functions?

555


What is form feed and carriage return?

574






What are the three types of operators?

555


How big is a float?

596


Why do I get a "cs5001: does not have an entry point defined" error when compiling?

604


What is integer c#?

586


So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?

571


Name the method of servicebase class?

619


What is a linq in c#?

556


Explain inheritance in c#?

620


Explain the various types of classes used in c#?

604


what is the purpose of using statement in c#

621