Structure in C#: Enumeration की तरह ही Structure भी एक User Defined Type होता है। लेकिन Structure, Enumerations की तरह केवल Name/Value Pair नहीं होते बल्कि ये Class Type के समान होते हैं, जिनमें Data Members व Methods दोनों हो सकते हैं, जबकि Class व Structure में मूल अन्तर ये है कि Structure Value Type होते हैं, जबकि Class Reference Type होते हैं। Structure को हम एक तरह से Light Weight Class समझ सकते हैं। लेकिन Structure एक तरह से Implicitly … [Read more...]
Structure in C#
Filed Under: C# Programming Language in Hindi Tagged With: c# program structure, c# struct, c# structure, class vs struct, class vs struct c#, class vs structure, data structures in c#, difference between class and struct in c#, difference between class and structure in c#, difference between struct and class in c#, struct c#, struct in c#, struct vs class, struct vs class c#, structs in c#, structure in c sharp, structure in c#, structure in c# example, structure in c# with example, Structure of C Program, structure of c#, structure vs class, structures in c#, what is struct, what is struct in c#, what is structs, what is structure in c#