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 |
what are the decision making statements in C++? Explain if statement with an example?
Write about an iterator class?
What is the most powerful coding language?
Explain how to initialize a const member data.
why can't we declare data member of class auto register or extern
How to demonstrate the use of a variable?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
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?
How do you establish an is-a relationship?
What is constructor in C++?
what is oops
What are the differences between the function prototype and the function defi-nition?