chandu byragani


{ City } kolkata
< Country > india
* Profession * software engineer
User No # 50052
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 11
Users Marked my Answers as Wrong # 4
Questions / { chandu byragani }
Questions Answers Category Views Company eMail




Answers / { chandu byragani }

Question { 3202 }

How structure objects are destroyed? As GC releases only
the objects in stack, and structure is a value type and
stored in heap. So how structure objects are released?


Answer

Structure is a class but value type.once if you create an
object for any class then that is reference type,so
reference types can be destroyed by GC

Is This Answer Correct ?    0 Yes 3 No

Question { HCL, 7392 }

what is the purpose of Interfaces?


Answer

Simply you can say "to achieve multiple inheritance"

Is This Answer Correct ?    11 Yes 1 No