Explain the difference between C and C++.
The programming language C, has structural programming data types where C++ has object oriented programming structures such as class-object, with features as polymorphism, Inheritance, Data abstraction and protection that are not available in C.C++ is an extension of C but cannot be seen the differences between two.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does free know the size of memory to be deleted
Discuss about iteration statements in C++ .
What is the difference between creating an object, using 'new' and using 'malloc'?
What is the difference between Stack and Queue in C++?
0 Answers Global Logic, iNautix,
CDPATH shell variable is in(c-shell)
What does it mean to take the address of a reference?
Write a C++ Program to Find whether given Number is Odd or Even.
Write a C++ Program to Find Sum and Average of three numbers.
Can we call a virtual function from a constructor?
Name the operators that cannot be overloaded.
What is the difference between public, private, and protected inheritance?
What Are The Differences Between A C++ Struct And C++ Class?