Answer Posted / vai bhav
Basicalluy interface is used in any oops supported langusge
like c#.net to overcome the problem of multiple inheritance
i.e. inheriting more than one classes which have same
function also.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is attribute c#?
List the difference between interface and abstract class?
What is the difference between const and readonly in c#.net?
What is c# most used for?
What is the purpose of a constructor in c#?
Define parsing?
Are there constructors in c sharp?
Why do I get a syntax error when trying to declare a variable called checked?
Why do we need nullable types in c#?
Should I make my destructor virtual?
What is the difference between convert and parse in c#?
How to use reflection to call generic method?
What is an assembly loader?
What are the advantages of clr procedure over t-sql procedure?
Explain the difference between pass by value and pass by reference.