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

What is the use of list in c#?

0 Answers  


Explain states of a thread in c#?

0 Answers  


Explain constructor in c#?

1 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


What is boxing in c#?

0 Answers  


if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?

0 Answers   Siebel Systems,


How we can create an array with non-default values?

0 Answers  


What does console mean c#?

0 Answers  


what is the difference between finally and dispose methods?

3 Answers   HCL, Patni,


What are the classes contained in a single .NET DLL ?

0 Answers   Siebel,


What can you do as a .net developer?

0 Answers  


Can we have static indexer in c#?

0 Answers  


Categories