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 / rohit patil

Syntax of class
class class_name
{
variable_declaration
function_declaration
};

syntax of structure
struct struc_name
{
variable declaration
};

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is DlgProc?

1078


What is diamond problem in c++?

1057


When do we use copy constructors?

1133


What is prototype for that c string function?

1189


What is #include sstream?

1108


Can constructor be private in c++?

1085


Is there a c++ certification?

1101


Write a program which uses functions like strcmp(), strcpy()? etc

1153


Define the process of error-handling in case of constructor failure?

1056


What are guid? Why does com need guids?

1113


Is turbo c++ free?

1121


What is using namespace std in c++?

1206


How can an improvement in the quality of software be done by try/catch/throw?

1140


How many namespaces are there in c++?

1119


What do you mean by function and operator overloading in c++?

1111