Answer Posted / guest
Different parameter data types, different number of
parameters, different order of parameters
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is generic in c#?
What is poco c#?
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's your approach to fetch static data in your windows form application?
Difference between directcast and ctype.
Write a C# program to find the Factorial of n
What is difference between private and protected in c#?
What sort algorithm does c# use?
What are the basic string operations? Explain.
What is concatenation and when should it be used?
What is the difference between CreateObject() and GetObject()?
Can private virtual methods be overridden in c#.net?
can you declare an override method to be static if the original method is not static?
What is difference between Trace and Debug
What do you mean by synchronous and asynchronous operations?