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 / vadivel

i. Structure are value type where as class are reference
type.
ii. Structure are default public where as class are default
private.
iii. 'this' pointer will work only in class.

Is This Answer Correct ?    395 Yes 78 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is best ide for c++?

1063


What are the various situations where a copy constructor is invoked?

1177


What is a namespace in c++?

2139


What are protected members in c++?

1178


What is object in c++ wikipedia?

1062


Tell me what are static member functions?

1134


Why ctype h is used in c++?

992


What is the sequence of destruction of local objects?

1020


What is type of 'this' pointer? Explain when it is get created?

1065


Explain how a pointer to function can be declared in C++?

1106


Write a program to show polymorphism in C++?

1201


How would you use the functions randomize() and random()?

1133


Why are pointers used?

1051


What is size of string in c++?

1039


What operator is used to access a struct through a pointer a) >> b) -> c) *

1162