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
What is the difference between ref and out parameters in c#?
List the differences between method overriding and method overloading?
Explain the difference between // comments, /* */ comments and /// comments?
Does c# have functions?
What is form feed and carriage return?
What are the three types of operators?
How big is a float?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is integer c#?
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?
Name the method of servicebase class?
What is a linq in c#?
Explain inheritance in c#?
Explain the various types of classes used in c#?
what is the purpose of using statement in c#