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
Is c# and .net same?
What is constants in c#?
What is strongly typed view?
Can we overload indexer in c#?
Can constructor be protected?
What is Covariance and contravariance in C#?
Why do we need nullable types in c#?
What is the difference between // comments, /* */ comments and /// comments?
What are the properties of string?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is the difference between paramaterized constructor and copy constructor?
What is a factory in c#?
What is an indexer in c#?
Why do we need collections in c#?
What is variable and its classification?