What is the basic difference between C and C++?
Answer / Anpurna Dhusia
C++ is an extension of the C programming language that adds object-oriented programming features such as classes, objects, inheritance, polymorphism, and exception handling. Additionally, C++ provides template programming, namespaces, and operator overloading which are not present in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is java and c++?
What is the meaning of c++?
What do you mean by const correctness?
What are the types of array in c++?
What are c++ storage classes?
What is array in c++ example?
Explain the concept of friend function in c++?
How important is c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
How to declare a pointer to an array of integers?
Why do we use pointers in c++?