How many types of constructor are there in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Where do you add an event handler ?

1 Answers  


how to access the virtual method without creating the objet for the virtual method?

1 Answers  


What is the difference between ref and out parameters in c#?

0 Answers  


What are different properties provided by Object-oriented systems?

2 Answers  


What does return do in unity?

0 Answers  






how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


Will finally block get executed if the exception had not occurred?

2 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

2 Answers   Mind Tree,


Does c# support c type macros?

0 Answers  


what is overloading & overriding

3 Answers   Fulcrum Logic, Synergy,


What are PE(Portable Executable)?

0 Answers   MCN Solutions,


What is difference between arraylist and list in c#?

0 Answers  


Categories