Tuesday 27 December 2011

97.which of the following are true about anonymous types?

A.They can be dervied from any reference type
B.Two anonymous types with the same named parameters in the same order declared in differentclassed have the same type
C.Anonymous types can have methods
D.All properties of an anonymous types are read/write
E.Anonymous types cannot cross method boundaries
Ans:A