Can we make a Static Constructor Parameterized? Give Reason with your answer


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

Post New Answer

More C Sharp Interview Questions

What is args c#?

0 Answers  


What is xamarin used for?

0 Answers  


Explain the difference between access specifier and access modifier in c#?

0 Answers  


What are c# collections?

0 Answers  


Hi all,I am the beginner. Please tell use of finally block.

6 Answers   IBM,






Explain the access modifiers in c#?

0 Answers  


What is an abstract class c#?

0 Answers  


Why singleton pattern is used in c#?

0 Answers  


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

2 Answers  


What is an object and a class?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What is meant by unicode characters?

0 Answers  


Categories