Answer Posted / nitin
When first time Object of CLass is created it called
automatically.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
write a c# program add two matrix with input number ?
Can abstract class have parameterized constructor?
What is the use of return in c#?
What are the properties of string?
What's the difference between class and object?
How many keyword present in C# language ?
What is an array? Give the syntax for a single and multi-dimensional array?
What is difference between web and window application?
Is class reference type c#?
Is as operator in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is as keyword in c#?
What is an xsd file?
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 are windows services?