Answer Posted / dinesh
GoF pattern
Singelton pattern
ood Pattern
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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
What is windows application in c#?
Why main method is static in c#?
what is inheritance and an example in vb.net and c# of when you might use it?
Can we inherit a private class in c#?
What is c# windows form application?
what is IDisposal interface,IComparable,IEquatable,IFormatable
How does array sort work?
Which is executed if an exception has not occurred?
What is remote data?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
Can abstract class have constructor?
What are the types of attributes in c#?
What is ilist c#?
Is multiple inheritance possible in c#?