Well, C++ is an object oriented language in which we make programs using classes and objects and use C++ advantages like inheritance,polymorphisms,dynamic binding etc.. Syntactically, it is similar to C. Well, C and C++ programming is widely adopted in industry and thus every engineering student has the language in his/her curriculum.
 Posted by: Manik Sidana
Contact Author
C++ is an object oriented programming language,but it not pure.the main advantages of c++ is their inheritance,polymorphisms.and its main basics are object,class,data abstraction,data encapsulation ,message passing. objects are basic run time entities. inheritance is a mechanism of deriving a new class from old class or already existing class.
 Posted by: manasa
Contact Author
Most of the people call C++ as an Object Oriented Programming Language,but it is not in real,bcoz it supports the features of OOP's. The main advantages of C++ over c is Data security. 1.C is powerfull (structure oriented) programming language,but there is no security to the data,means in C the data is accessed globally by all the functions.Where as in C++ this data is tied in the form of an object.It means data security is high.
 Posted by: K V Kiran Kumar
Contact Author
I can say in simple word , "A C IS SUBSET OF C++,THAT MEANS C++ DERIVED FROM THE INCREMENT OPERATOR OF C ++" HAVE A NICE TIME
 Posted by: tausif
Contact Author
C++ is a bit higher level programming language when compared to c. it higher level in the sense it depends upon the code compilation.it is purely an object oriented programming language and has inheritance,polymorphisms,data abstraction and many more.
 Posted by: sangitha
Contact Author
c++ is combination of simal 67(object oriented)and c language. c supports only structure and unions.but c++ feature are:
objects classes function overloading operator over loading