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 |
What is the use of parse in c#?
What is the system namespace?
6. If we assign a value in textbox on Page_UnLoad event, will it display?
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?
what are wrapper classes?
What is managed or unmanaged code?
Can we customize the serialization process?
Can you pass value types by reference to a method?
Why reflection is used in c#?
What is difference between for and foreach in c#?
Is lazy t thread safe?
Can you store multiple data types in System.Array?
20 Answers Satyam, Siebel Systems,