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 are the types of class in c#?
What is the default value of datetime in c#?
What is a ienumerator?
Describe the difference between inline and code behind - which is best?
Can class be protected in c#?
Differentiate between the public and private ?
what is boxing and unboxing?can we initialize unboxing directly?
What is the concept of strong names?
What is arraylist?
Can we set image Source dynamically using C# in WPF application?
What is datatable in c#?
What is unmannaged code and will CLR handle this kind of code or not .
What is disconnected data architecture in c#?
Explain about Serialize and MarshalByRef?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?