Overloaded constructor will call default constructor internally?



Overloaded constructor will call default constructor internally?..

Answer / Nishant Kumar

No, an overloaded constructor does not call the default constructor internally. However, if no other constructors are defined, the compiler automatically generates a private default constructor.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

3. Describe the process of interact UI to BAL n DAL?

2 Answers   Mphasis,


What is the importance of closing an ado.net application?

1 Answers  


What is meant by unicode characters?

1 Answers  


What is difference between dictionary and hashtable?

1 Answers  


What is a protected class in c#?

1 Answers  


Are structs value types or reference types?

1 Answers  


Explain manifest & metadata?

5 Answers   IBM, Wipro,


1. Describe page life cycle?

1 Answers   Mphasis, Steria,


what class is underneath the sortedlist class?

1 Answers   Siebel Systems,


Can interface inherit class in c#?

1 Answers  


Is null or empty in c#?

1 Answers  


Explain metadata in c#.

1 Answers  


Categories