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 "C structure" and "C++
structure"?

Answer Posted / asif iqbal

1.C is a procedural oriented lang. whereas C++ is an object oriented lang.
2.C employs bottom-up aproach whereas C++ employs top-down approach.
3.In C main preference is given to functions whereas in C++ main preference is given to objects.
4.In C no inheritence,polymorphism whereas in C++ it exists.
5.In C data member and member functions are separated whereas in C++ they are within a Class.

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How new/delete differs from malloc()/free?

1189


What is class invariant in c++?

1280


If I is an integer variable, which is faster ++i or i++?

1134


What are built-in functions? What is the syntax for the definition?

1135


What is lambda expression c++?

1120


Explain the use of this pointer?

1204


What are static variables?

1191


an integer constant must have atleast one a) character b) digit c) decimal point

1079


What is a singleton class c++?

1093


What are pointer-to-members in C++? Give their syntax.

1184


Can a program run without main function?

1224


How can a called function determine the number of arguments that have been passed to it?

1194


What is data type in c++?

1059


Can you Mention some Application of C/C++?

1126


Explain the concept of friend function in c++?

1161