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

Which of the following is evaluated first: a) && b) || c) !

2352


What is pure virtual function? Or what is abstract class?

1044


What is meant by entry controlled loop?

1100


What is exception handling? Does c++ support exception handling?

1026


Explain differences between new() and delete()?

1088


What is data types c++?

1006


What is abstraction c++?

1000


what does the following statement mean? int (*a)[4]

1070


Difference between pointer to constant and constant pointer to a constant. Give example.

1106


Is it possible to use a new for the reallocation of pointers ?

1045


Ask to write virtual base class code?

2741


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

1027


Is dev c++ a good compiler?

956


What is meaning of in c++?

1205


What are c++ templates used for?

1130