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

Do the names of parameters have to agree in the prototype, definition, and call to the function?

1078


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

1208


What is an overflow error?

1154


Why is "using namespace std;" considered bad practice?

1143


What is function prototyping?

1169


Write about the local class and mention its use?

1133


What is polymorphism & list its types in c++?

1118


What character terminates all character array strings a) b) . c) END

1348


Can a function take variable length arguments, if yes, how?

1070


Declare a class vehicle and make it an abstract data type.

1023


How compile and run c++ program in turbo c++?

1238


Why was c++ made?

1146


What does n mean in c++?

1237


What are structures and unions?

1066


Which c++ operator cannot overload?

1074