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
What is int parse in c#?
Explain About .Net remoting
What exception can an overridden method throw in comparison with the method it is overriding?
Where static variables are stored?
How to find methods of a assembly file (not using ILDASM)?
List down the fundamental oop concepts?
Which string method is used for concatenation of two strings in c#?
What is hash c#?
What is escape sequence in c#?
How do switch statements work?
What is callback method in c#?
What do you mean by synchronous and asynchronous operations?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What is the benefit of interface in c#?
What is a concrete class in c#?