Are structs value types or reference types?


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

Post New Answer

More C Sharp Interview Questions

What is the difference between continue and break statement?

0 Answers  


How to create events for a control? What is custom events? How to create it?

0 Answers  


Where is the output of TextWriterTraceListener redirected?

1 Answers  


What is private constructor c#?

0 Answers  


Give an example to show for hiding base class methods?

0 Answers  


Which types of inheritances does c# support?

0 Answers  


What is garbage collector and where should you use in .NET?

0 Answers   Siebel,


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,


What does == mean in c sharp?

0 Answers  


What is use of list in c#?

0 Answers  


What does type safe mean in c#?

0 Answers  


Is c# queue thread safe?

0 Answers  


Categories