koi bhi plz tell the difference in c++ and c language in computers.
Answers
Answered by
0
Hi Abcdefgh3535, here is ur answer...
When compared to C++, C is a subset of C++. C++ is a superset of C. C++ can run most of C code while C cannot run C++ code. C supports procedural programming paradigm for code development. ... Being an object oriented programming language C++ supports polymorphism, encapsulation, and inheritance.
Answered by
0
The major difference between C and C++ is that C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object oriented programming language; therefore C++ can be called a hybrid language.
Similar questions