What are advantages of C++ when comparing with C?
Answer Posted / saireddy
compare to c cpp is more security and it deels inheritance, polymorpism,data encapsulation(hiding , binding)which is used real time applications
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What are the various situations where a copy constructor is invoked?
How do you traverse a btree in backward in-order?
Does c++ have foreach?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Is map sorted c++?
explain the reference variable in c++?
Difference between strdup and strcpy?
What does iomanip mean in c++?
What is prototype in c++ with example?
Write a function that swaps the values of two integers, using int* as the argument type?
Explain operator overloading.
Differentiate between a constructor and a destructor in c++.
How do you find out if a linked-list has an end?
What is wrapper class in c++?