When a new instance of a type is created, what is the type
of method implicitly called?

Answers were Sorted based on User's Feedback



When a new instance of a type is created, what is the type of method implicitly called?..

Answer / aspdev556

Constructor.

Is This Answer Correct ?    39 Yes 1 No

When a new instance of a type is created, what is the type of method implicitly called?..

Answer / amit kumar yadav

Constructor

Is This Answer Correct ?    21 Yes 2 No

Post New Answer

More C Sharp Interview Questions

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

4 Answers   Visual Soft,


How are delegates chosen?

0 Answers  


What are functions in c#?

0 Answers  


Why do we use stringbuilder in c#?

0 Answers  


What does readonly mean in c#?

0 Answers  


What is cts, clr?

0 Answers  


Can bool be null c#?

0 Answers  


What is hierarchical inheritance in c#?

0 Answers  


What is static classes?

0 Answers  


What is the difference between “out” and “ref” parameters in c#?

0 Answers  


write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )

0 Answers  


What is the difference while using directive vs using statement ?

0 Answers  


Categories