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 |
Name some properties of thread class.
Explain the process of abstraction with an example?
Why do we need a singleton class?
What?s an abstract clas?
List out two different types of errors in c#?
Where is the output of TextWriterTraceListener redirected?
What is Interface? Explain with an example.
How do I unload an assembly?
What is the difference between virtual method and abstract method?
What is arraylist c#?
What is the resgen.exe tool used for?
Is c# dictionary a hash table?