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

Structure: Initially (in C) a structure was used to bundle
different type of data types together to perform a
particular functionality. But C++ extended the structure to
contain functions also. The major difference is that all
declarations inside a structure are by default public.
Class: Class is a successor of Structure. By default all
the members inside the class are private.

Is This Answer Correct ?    182 Yes 55 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the iterator and generic algorithms.

2008


How much maximum can you allocate in a single call to malloc()?

1153


How does list r; differs from list r();?

1199


What language is a dll written in?

1068


How do I tokenize a string in c++?

1143


write a programme to get a character and thier ASCII value

3114


What is a stack c++?

1053


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

1061


What is a binary file? List the merits and demerits of the binary file usagein C++.

1369


Explain the use of vtable.

1132


What is while loops?

1099


Array base access faster or pointer base access is faster?

2358


Write about the various sections of the executable image?

1029


What are the c++ access specifiers?

1478


What do you mean by storage classes?

1655