Question: Which of the following statements is correct about constructors in C#.NET?

Options

A : A constructor cannot be declared as private .

B : A constructor cannot be overloaded.

C : A constructor can be a static constructor.

D : A constructor cannot access static data.

Click to view Correct Answer

Previous || Next

Constructors - General Questions more questions

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?

What will be the output of the C#.NET code snippet....

What will be the output of the C#.NET code snippet....

What does the following C#.NET code snippet will print?

Which of the following is the correct output for the....

Which of the following statements is correct?

What is the output of the C#.NET code snippet given....

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