What are the types of constructors?


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

Post New Answer

More C Sharp Interview Questions

When you inherit a protected class-level variable, who is it available to?

2 Answers  


How can it prevents DLL Hell assembly versioning in .NET?

0 Answers   Siebel,


Explain ACID rule of thumb for transactions.

1 Answers  


Are multiple data types stored in System.Array?

0 Answers   Siebel,


Are c# strings immutable?

0 Answers  






What is a protected class c#?

0 Answers  


Can a class be protected in c#?

0 Answers  


What is the purpose of the integer parse method the decimal parse method?

0 Answers  


what is the index value of the first element in an array?

0 Answers  


What is method overriding in c#

0 Answers  


Can arraylist hold primitive types?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Categories