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 this keyword in C#?

0 Answers  


How do I start a program in c#?

0 Answers  


What issues can be faced while delivering code?

0 Answers   TCS,


What does typeof return c#?

0 Answers  


Why we use extension method in c#?

0 Answers  






What is iqueryable in c#?

0 Answers  


3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close

0 Answers  


Define thread?

0 Answers  


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,


Explain About multi level and multiple inheritance how to achieve in .net

0 Answers  


Can I call a virtual method from a constructor/destructor?

0 Answers  


What does m mean in decimal c#?

0 Answers  


Categories