Why do we use constructors in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

0 Answers   Siebel Systems,


What is the difference between Object and class adapters?

0 Answers   QuestPond,


Is exe is machine dependent?

0 Answers  


What is string empty?

0 Answers  


Explain ACID rule of thumb for transactions.

1 Answers  


How do I count the length of a string in c#?

0 Answers  


Why singleton pattern is used in c#?

0 Answers  


What is difference between throw and throws in c#?

0 Answers  


What is a struct in C#?

0 Answers   Arigo Infotech,


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

0 Answers  


Can we have static indexer in c#?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


Categories