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
What is the use of "new" operator?
why and when we can declar member fuction as a private in the class?
When can I use a forward declaration?
Where can I run c++ program?
Who discovered c++?
Write a recursive program to calculate factorial in c++.
Which should be more useful: the protected and public virtuals?
How does work in c++?
How do you clear a set in c++?
What is difference between c++ 11 and c++ 14?
What do you mean by translation unit?
Write about the access privileges in c++ and also mention about its default access level?
Explain the properties and principles of oop.
What is the basic of c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).