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 / mohanraj.d

1.structure is a value type.but class is a reference type.
2.structure is stored in stack.but class is stored in heap.
3.struct cannot have default constructor.
4.struct do not support inheritance.
5.class can inherit from a class.
6.struct cannot have declare destructor.
7.class has define object and function.
8.structure has define only object.

Is This Answer Correct ?    50 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ the hardest programming language?

1177


What is the use of main function in c++?

1018


What are the uses of static class data?

1236


Is c++ vector dynamic?

1213


Distinguish between new and malloc and delete and free().

1073


Tell me can a pure virtual function have an implementation?

1100


What is the difference between an array and a list?

1086


How do I use turbo c++?

1033


How to tokenize a string in c++?

1110


What is null pointer and void pointer?

1122


Describe the setting up of my member functions to avoid overriding by the derived class?

1193


When to use “const” reference arguments in a function?

1123


What are the various compound assignment operators in c++?

1027


How do I exit turbo c++?

1119


Define pre-condition and post-condition to a member function in c++?

1196