Can we have multiple constructors in a class c#?


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

Post New Answer

More C Sharp Interview Questions

What is the base class from which all value types are derived?

0 Answers  


What Are The .Net Object

2 Answers   IMB, Reliance,


How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?

2 Answers  


What is data binding c#?

0 Answers  


What are the types of inheritance in c#?

0 Answers  






What is Co- and Contra-Variance in C#?

0 Answers  


What is type class in c#?

0 Answers  


Why c# is called c sharp?

0 Answers  


What is the Main difference between String and StringBuilder and why do we use StringBuilder.

15 Answers   Aditya, CTS, Siemens,


int a = '3' + '4'; char n = (char)a; What will be answer of n?

4 Answers  


What is void in c#?

0 Answers  


Tell me the difference between call by value and call by reference.

0 Answers   NIIT,


Categories