An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.
Answer Posted / abhijit
Interface can not be inherited.
| Is This Answer Correct ? | 2 Yes | 19 No |
Post New Answer View All Answers
What is session variable in c#?
If dll and exe files are same it means you can deploy both the files in gac?
What is the default value of boolean variable?
In which way you can convert a value-type to a reference-type?
If you donot specify an access modifier for a method, what is the default access modifier?
Define a partial class?
Does c# support try-catch-finally blocks?
What is type system in c#?
Explain the difference between boxing and unboxing.
List out two different types of errors in c#?
What is an argument in c#?
What is c# most used for?
What is 8 bit signed integer?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is reflection c#?