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 are the differences b/w structure and class?

Answer Posted / srikanth chodavarapu

Following are the key differences between them :-
1. Structure are value types and classes are reference
types.So structures use
stack and classes use heap.
2. class can have constructor, but structure cant have
constructor.
3. class can have garbage collector, but structure cant
have garbage collector.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you force derived classes to provide new method implementations for virtual methods?

976


Structs are not reference types. Can structs have constructors?

1015


What is inner class in c#?

1022


Is javascript harder than c#?

1011


List down the access modifiers available in c#?

919


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

957


Why is ienumerable used?

944


Can a abstract class have a constructor?

934


How to parse a date time string?

1068


What are the 2 broad classifications of data types available in c#?

917


How many types of delegates are there in c#?

1028


What is class method?

1039


What do you mean by saying a "class is a reference type"?

959


What is a multicast delegate in c#?

1035


Define a strong name in .net?

1040