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 |
What are Agilent PRECOMPILERS?
What is name mangling/name decoration?
What is a class in C++?
1 Answers Amazon, TCS, UGC Corporation,
What is the difference between realloc() and free() in C++?
What is a memory leak in C++?
What are issues if we mix new and free in C++?
What do you know about Volatile keyword in C++? Explain with an example code.
What is an abstract class?
Write a C++ Program to Find whether given Number is Odd or Even.
Discuss about iteration statements in C++ .
Explain the difference between method overriding and method overloading in C++?
What is a virtual base class?