What is difference between interface inheritance and class
inheritance ?
Answer Posted / mohan kumar e.
In .net two types of inheritance is there.One is interface
inheritance and class inheritance. Multiple inheritance is
possible with the help of interfaces.
| Is This Answer Correct ? | 41 Yes | 21 No |
Post New Answer View All Answers
Can constructor be private c#?
What is datareader c#?
What is session management in c#?
What are primitive data types in c#?
What is method in c#?
Can we make a class private in c#?
Explain the constructor in c#.
Explain how can I get around scope problems in a try/catch?
Explain “static” keyword in c#?
What is the difference between continue and break statement?
Why do we use interfaces in c#?
What is difference between private, protected, and public in C#?
Is type nullable c#?
What is cookies c#?
Why do we use static class in c#?