Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between struct and class in c#?

Answers were Sorted based on User's Feedback



What is the difference between struct and class in c#?..

Answer / nashiinformaticssolutions

• struct: Members are public by default.
• class: Members are private by default.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between struct and class in c#?..

Answer / glibwaresoftsolutions

• struct: Members are public by default.
• class: Members are private by default.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between struct and class in c#?..

Answer / hr@tgksolutions.com

• struct: Members are public by default.
• class: Members are private by default

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is keywords in c#?

0 Answers  


What are the methods in c#?

0 Answers  


Differentiate between static class and singleton instance?

0 Answers  


What are the advantages of clr procedure over t-sql procedure?

0 Answers  


Define delegation in .net?

0 Answers  


Where CANNOT Destructors be implemented ?

3 Answers  


When should we use sealed class in c#?

0 Answers  


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?

2 Answers  


What is the difference between int and int in c#?

0 Answers  


Types of Unboxing?

2 Answers   Educomp,


What is the use of convert toint32 in c#?

0 Answers  


How does insertion sort work?

0 Answers  


Categories