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 / sai laxman

class ex:-
class classname
{
int a;
float b;
}
struct {
int a;
int b;
}struct name;

In the struct all members are by default public,
in the class we can deference it private,public,protected.
While Inheriting from the structure all the members are
public by default but in class it depends upon the data
access modifiers.

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between ienumerable and iqueryable?

1032


can multiple catch blocks be executed for a single try statement?

1029


Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?

1023


What is a decimal in c#?

972


What are anonymous types in c#?

961


What is the use of thread join in c#?

955


What are escape sequences explain with example?

1020


List out the differences between array and arraylist in c#?

1047


What does protected internal access modifier mean?

1216


What is .net console?

1032


What is monitor in C#?

1060


Does main have to be static c#?

1132


Explain About Postback

987


What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to

1011


Is void a class?

926