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
How many bytes is an int?
What is asynchronous one-way calls?
Can we inherit partial class in c#?
Why do we need interfaces in c#?
What is an iqueryable in c#?
What is Co- and Contra-Variance in C#?
If a method's return type is void, can you use a return keyword in the method?
Explain about WSDL
Can we override interface method?
What is an inheritance ?Give an example in which inheritance is used?
What is mvc firstordefault?
Tell me the difference between value passing and address passing?
How do I declare inout arguments in c#?
What is the file extension for c#?
What problem does Delegate Solve?