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

Does c# support a variable number of arguments?

1 Answers  


There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


Define constructor in c#.

1 Answers  


Explain the three test cases in unit testing?

1 Answers   Siebel,


What is a static field?

1 Answers  


What are the properties in c#?

1 Answers  


While debugging a C# application can you change the value of a variable?

1 Answers   Siebel,


Why do we need private constructor in c#?

1 Answers  


What are the differences between system.string and system.text.stringbuilder classes?

1 Answers  


Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from where i can get the answer.

1 Answers  


What is semaphore in c#?

1 Answers  


What is a Managed Code??

1 Answers  


Categories