What is a constructor in c#?

Answers were Sorted based on User's Feedback



What is a constructor in c#?..

Answer / nashiinformaticssolutions

• A constructor is a special member function used to initialize objects. It has the same name as the class and no return type.

Is This Answer Correct ?    0 Yes 0 No

What is a constructor in c#?..

Answer / hr@tgksolutions.com

• A constructor is a special member function used to initialize objects. It has the same name as the class and no return type.

Is This Answer Correct ?    0 Yes 0 No

What is a constructor in c#?..

Answer / glibwaresoftsolutions

• A constructor is a special member function used to initialize objects. It has the same name as the class and no return type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How can we set class to be inherited, but prevent the method from being over-ridden?

0 Answers  


What sort algorithm does c# use?

0 Answers  


Is string nullable c#?

0 Answers  


What is the use of console readline () in c#?

0 Answers  


Why is the XML InfoSet specification different from the Xml DOM? What does the InfoSet attempt to solve ?

1 Answers  


Why data types are important in c#?

0 Answers  


What is difference between array and list?

0 Answers  


what are pointer types in c#

0 Answers   Cognizant,


What is static void main in c#?

0 Answers  


What is the difference between abstract class and interface in c#?

0 Answers  


What does string format do?

0 Answers  


What are static and dynamic variables?

0 Answers   CGI,


Categories