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 the use of dll file in c#?
What is the difference between static and private constructor in c#?
Name any three ways to pass parameters to a method in c#?
Is collection a data structure?
What is the advantage of constructor?
What exactly is serverless?
What is console based application?
Difference between Value type & reference types ? and give the example in .Net?
How to force my .net app to run as administrator on windows 7?
What are the differences between system.string and system.text.stringbuilder classes?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
What is difference between override and new in c#?
How to implement delegates in c#.net
How does split work in c#?
Explain the role of Garbage collector and its generations?