Why do we need c++?



Why do we need c++?..

Answer / Satyajeet Kumar

C++ is needed because it provides a more efficient and flexible programming environment compared to C, offering features such as object-oriented programming, exception handling, templates, and standard libraries. These features make C++ suitable for developing complex software systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

what are the decision making statements in C++? Explain if statement with an example?

1 Answers  


Write about an iterator class?

1 Answers  


What is the most powerful coding language?

1 Answers  


Explain how to initialize a const member data.

1 Answers  


why can't we declare data member of class auto register or extern

1 Answers  


How to demonstrate the use of a variable?

1 Answers  


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

1 Answers  


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

1 Answers  


How do you establish an is-a relationship?

1 Answers  


What is constructor in C++?

1 Answers  


what is oops

2 Answers  


What are the differences between the function prototype and the function defi-nition?

1 Answers  


Categories