Why can’t struct be used instead of class for storing entity?


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

Post New Answer

More C Sharp Interview Questions

Explain clr in brief.

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 virtual 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 }

1 Answers  


What are the properties of c#?

0 Answers  


What is value type and reference type?

3 Answers   TCS,


What are the Different kinds of methods?

4 Answers   Wipro,






What is lastindexof c#?

0 Answers  


Define boxing and unboxing in c#?

0 Answers  


Difference between directcast and ctype.

0 Answers  


Why do we need delegates?

0 Answers  


Can interface have virtual methods in c#?

0 Answers  


Why does dllimport not work for me?

0 Answers  


Is lazy thread safe c#?

0 Answers  


Categories