Question: How many times can a constructor be called during lifetime of the object?

Options

A : As many times as we call it.

B : Only once.

C : Depends upon a Project Setting made in Visual Studio.NET.

D : Any number of times before the object gets garbage collected.

Click to view Correct Answer

Previous || Next

Constructors - General Questions more questions

Which of the following statements is correct about constructors?

Which of the following is the correct way to define....

In which of the following should the methods of a....

Can static procedures access instance data?

Which of the following statements are correct about constructors in....

Is it possible to invoke Garbage Collector explicitly?

Which of the following statements are correct about the C#.NET....

Which of the following statements is correct?

Is it possible for you to prevent an object from....

Which of the following statements are correct about static functions?

Attributes - General Questions more Online Exam Quiz

Attributes - General Questions

Classes and Objects - General Questions

Collection Classes - General Questions

Datatypes - General Questions

Delegates - General Questions

.NET Framework - General Questions

Enumerations - General Questions

Exception Handling - General Questions