Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is linkedhashset synchronized?

0 Answers  


Write the syntax for catching an exception in c#?

0 Answers  


What is the advantage of constructor in c#?

0 Answers  


What is lazy loading c#?

0 Answers  


What is internal and protected-internal accessspecifier in c#.net?

1 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What is the diff between System.String and System.Text.StringBuilder classes?

0 Answers   Siebel,


Differentiate between the public and private ?

0 Answers   Microsoft,


What r collections c sharp?

3 Answers  


What is the difference b/w Arry.copy() and array.clone() method?

6 Answers  


What are the different approaches of passing parameters to a method?

0 Answers  


What is dependency injection?

0 Answers  


Categories