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 Class and Structure?

Answer Posted / sudip das.

The difference between a CLASS and STRUCTURE are that:
1) CLASS are reference type where as STRUCTURE are value type.
2)By default,all of the members of a CLASS are private, but all of the members of a STRUCTURE are public.
3)CLASSES use heap but STRUCTURE use stuck.
4)CLASS members can be declared as protected but STRUCTURE members can not be.
5)CLASS contain data members and member function, but a STRUCTURE is contain only data member.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you quickly find the number of elements stored in a static array?

1137


Can we get the value of ios format flags?

1184


Does c++ have foreach?

1131


What is class definition in c++ ?

1140


What is meant by the term name mangling in c++?

1002


What are containers in c++?

1031


Do you know about C++ 11 standard?

1143


Tell me an example where stacks are useful?

1097


What is functions syntax in c++?

1201


Why do we use iterators?

1130


If all is successful, what should main return a) 0 b) 1 c) void

1072


What is general format for a prototype?

1093


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

1127


What is #include cmath?

1144


Comment on assignment operator in c++.

1169