Can we inherit an interface in an abstract class?
Answer Posted / manish gobade
in order to run the above code we must impliment display() method of interface abs into class ba.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is arraylist generic in c#?
What is difference between property and variable in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
What you mean by inner exception in c#?
What is difference between il and dll ?
Explain dataset.acceptchanges method in .net?
why delegate is type safe?
What is bitwise operator in c#?
Explain the difference between Metadata and Manifest
How do partial classes work in c#?
What's the difference between a static method and a non static method c#?
Can hashtable have duplicate keys in c#?
What is difference between abstract class and interface in c#?
Can we assign null value to integer?
What is the use of nullable types in c#?