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
Can circle be called an ellipse?
What is c++ iterator?
Define friend function.
Is python written in c or c++?
Write a program to find the Fibonacci series recursively.
Explain register storage specifier.
What is a manipulative person?
Explain one-definition rule (odr).
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is function prototyping?
What is different in C++, compare with unix?
Do you know the problem with overriding functions?
Is string an object in c++?
Explain Memory Allocation in C/C++ ?
What does n mean in c++?