What is difference between interface inheritance and class
inheritance ?
Answer Posted / anand
1. we can inherit multiple ingerface to derived class but
only one class can inherit at a time
2. we must give implementation for interface members in
derived class. but it optional for class inheritance
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
Differentiate between the public and private ?
From which base class do all Web Forms inherit from?
Can we use "this" command within a static method?
Write a syntax for writing a event delegate.
What is anonymous methods in c#?
What is singleordefault c#?
What is helper method in c#?
Is there hashmap in c#?
What is or operator in c#?
Can a constructor be static in c#?
What is use of list in c#?
Why do we need abstraction in c#?
Which attribute is used in order that the method can be used as webservice?
What is delegate in c#?
In a site to turn off cookies for one page which method is followed?