Answer Posted / ankit singh
The main purpose of the interface is implement multiple
inheritance in .net
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
List down the reason behind the usage of c# language.
Why do we use static methods in c#?
What is an argument in c#?
What is session and cookies in c#?
What is difference between interface and abstraction?
What is constructors, explain with syntax
Is c# and c sharp same?
What is a bool in c#?
What is the difference between abstraction and encapsulation in c#?
Define assert() method? How does it work?
What is a string c#?
What is the difference between namespace and class?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
Why can’t struct be used instead of class for storing entity?
What is the difference between var and dynamic types in c# 4.0?