What are advantages of C++ when comparing with C?
Answer Posted / hari krishna pillai
Well!! This will results long and very long answer or
discussion. To make it short, C++ is a general purpose
programming language with a bias towards systems
programming that It is a better C, supports Data
Abstraction, supports Object Oriented Programming and
Generic Programming.
| Is This Answer Correct ? | 49 Yes | 8 No |
Post New Answer View All Answers
What is the benefit of learning c++?
What do the header files usually contains?
What is main function in c++ with example?
What is guard code in c++?
What is an inclusion guard?
What is the function of I/O library in C++ ?
What is the oldest programming language?
How does code-bloating occur in c++?
What is unary operator? List out the different operators involved in the unary operator.
What is the rule of three?
What is using namespace std in cpp?
Specify some guidelines that should be followed while overloading operators?
What are pointer-to-members in C++? Give their syntax.
What you know about structures in C++?
What is the difference between object-oriented programming and procedural programming?