What is the basic difference between C and C++?



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

Post New Answer

More C++ General Interview Questions

What is java and c++?

1 Answers  


What is the meaning of c++?

1 Answers  


What do you mean by const correctness?

1 Answers  


What are the types of array in c++?

1 Answers  


What are c++ storage classes?

1 Answers  


What is array in c++ example?

1 Answers  


Explain the concept of friend function in c++?

1 Answers  


How important is c++?

1 Answers  


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

1 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

1 Answers  


How to declare a pointer to an array of integers?

1 Answers  


Why do we use pointers in c++?

1 Answers  


Categories