Answer Posted / surabathina
constructor is a method it gets invoked when instance of
the class is created
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do void methods have parameters?
What do you use c# for?
What is the best dependency injection c#?
What is appdomain in c#?
Why do we use delegates in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is strong name in c# and how can we use it?
What is difference between ienumerable and list?
What is strongly typed in c#?
What are the methods in c#?
What are the different types of assemblies available and their purpose?
Can we overload the main method in c#?
What are extension methods and where can we use them?
How do I simulate optional parameters to com calls?
What are access modifiers used for?