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...

difference between c and c++?

Answer Posted / radhika

1. C is the procedure oriented programming language.
C++ is the object oriented programming language.

2. C gives the important on the procedure insted of data.
C++ gives the important on the data.

3. C the data can pass through the fuction to function.
C++ the data is hide in the fuction and the data is stolen
through the external function.

4. C is the low level language.
c++ is the high level language.

5. C doesn't have the extra advantages to hide the functions like C++
C++ having extra benfits data can hide in the function
(encapsulation),polymorphism,templates,file
handling,inheritance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define Virtual function in C++.

1036


What is the identity function in c++? How is it useful?

994


What is flag in computer?

983


Explain the term memory alignment?

1159


Which is the best c++ software?

1046


Why is c++ awesome?

983


Does c++ have arraylist?

966


What is a stack c++?

954


What is name hiding in c++?

1107


What is bubble sort c++?

956


Describe Trees using C++ with an example.

1087


Write about c++ storage classes?

1149


What is a template in c++?

1733


How is objective c different from c++?

1194


Does there exist any other function which can be used to convert an integer or a float to a string?

1029