answersLogoWhite

0


Best Answer

The C Programming language is structure oriented, and the C++ Programming language is Object oriented. In C, you create structures and function to process data and handle algorithms you write. in C++, you create classes that break down the algorithms into packages to get the job done. The great thing about C++ is that once you create a class, you can reuse it over and over in other programs. But with C, each part of the program is likely tightly integrated for that program and will require modifications to reuse it again later.
C++ is an Object Oriented Programming but not C.

This includes : -

Inheritance

Abstraction (using classes)

Polymorphism - Operator overloading and virtual functions

Genericity

and some more features...

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is difference between C language and Cpp language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is extension in c programming?

for c language it is .c and for c++ it is .cpp


How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.


Major difference between java and cpp?

CPP typically stands for the C PreProcessor, which does macro expansion on C source code. What I suspect you want to know are the differences between C++ and Java. See the links below for more information on that topic.


Who invented cpp?

Bjarne Stroustrup is the recognized inventor of the C++ object oriented programming language. C++ was an enhancement to the C language, which was not object oriented.


Difference between C and C programming language?

The C and C programming languages are one and the same. There is no difference between those languages.


Main deffrent between c and cpp?

C is a procedural programming language, while C++ is a multi-paradigm programming language that supports both procedural and object-oriented programming. C++ has additional features such as classes, inheritance, and polymorphism that allow for more flexible and modular code design compared to C.


What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.


List some project titles in C and cpp?

Hai,Refer c++ programming language by kelly pohl. You will find Many interresting projects in c++.


What is difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


What is difference between c language and opearting system?

An operating system is a program that can be written in C


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


What is the difference between C and Vbnet?

It is just a different coding language, but C is more for business that VBNET