Answer Posted / nashiinformaticssolutions
In terms of syntax, compilation, and basic memory, C and C++ are very similar. Nonetheless, the two languages differ in a few significant ways:
• While C++ is a multi-paradigm language that supports procedural programming and other programming philosophies, C is a procedural programming language.
• Unlike C++, C does not allow object-oriented programming principles like encapsulation and polymorphism.
• Namespace, reference variable functionality, operator overloading, and function overloading are among the new features that C++ provides.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is capacity in vector in c++?
Which ide is best for c++?
Explain the purpose of the keyword volatile.
Which is the best c++ compiler for beginners?
Is c++ still in demand?
Is facebook written in c++?
Is java the same as c++?
What is late binding c++?
What is c++ redistributable?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
How a new element can be added or pushed in a stack?
How one would use switch in a program?
Why is null pointer used?
What is private, public and protected inheritance?
Define namespace in c++?