When compiler adds a default constructor to a class?

Answers were Sorted based on User's Feedback



When compiler adds a default constructor to a class?..

Answer / chandana

The compiler adds a default constructor to a class when no
constructor are specified by the programmer.

Is This Answer Correct ?    10 Yes 0 No

When compiler adds a default constructor to a class?..

Answer / sitaram

when ever compile the class,First compiler check the any
type of constructor is available or not in that class? if
it is not available. compiler will automatically create the
default constructor.

Is This Answer Correct ?    3 Yes 1 No

When compiler adds a default constructor to a class?..

Answer / abhay k pandey

When there in no explicite parameterless constructor
written for any class. C# compiler calls the default
constructor and initializes fields with zero, false and
null values.

Is This Answer Correct ?    1 Yes 0 No

When compiler adds a default constructor to a class?..

Answer / romeo

when the object of that class is created with no parameters
passed.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More C Sharp Interview Questions

How will you get the different language strings?

0 Answers  


What is cshtml extension?

0 Answers  


What is the difference between mobile application and desktop application?

0 Answers  


What is datarelation c#?

0 Answers  


What is the difference between the debug class and trace class? Documentation looks the same.

0 Answers  






Explain About .NET Remoting and types of remoting

0 Answers  


What is private protected in c#?

0 Answers  


What is the purpose of reserved word using in c#?

0 Answers  


Define c# i/o classes?

0 Answers  


What do you mean by jagged arrays in c#?

0 Answers  


About a class access specifiers and method access specifiers ?

3 Answers   MMTS,


What is window application in c#?

0 Answers  


Categories