What are constructors in c#?


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

Post New Answer

More C Sharp Interview Questions

What is an interface class? Give one example of it

0 Answers  


What is difference between array and arraylist in c#?

0 Answers  


Can you have parameters for static constructors?

0 Answers  


What is boxing? Explain its functionality?

0 Answers   Siebel,


Why do we use ienumerable in c#?

0 Answers  






Explain the difference between event and a delegate in c#?

0 Answers   DELL,


What does char mean in c#?

0 Answers  


What is service contract

2 Answers   Synechron,


What is default value of enum c#?

0 Answers  


What?s an interface class?

5 Answers   Mind Tree,


in a town the percentage of total men is 52. the percentage of total literacy is 48. if total percentage of literate men is 35 of total population. write a program to find out the total no of illiterate men and women.

3 Answers   HCL,


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Categories