What are the advantages of C++ programming compared to C
programming?
Answer Posted / krishnachaitanya
c++ provides security to the data,c doesn't provide any
security to the data this is main advantage of c++ over than
c and c++ supports all concepts of c and it introduces
object oriented concepts like
objects,inheritance,polymorphism..etc.c++ programs are
useful for real-time purpose but c doesn't support.c++
introduces class concept.by using classes we can do
real-time projects.
c++ follows bottom-up approach but c follows top-down approach.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Is python better than c++?
What is a float in c++?
Write a code/algo to find the frequency of each element in an array?
Is there structure in c++?
Give 10 points of differences between C & C++.
What is meant by const_cast?
What is the operator in c++?
Explain what is class definition in c++ ?
What is a linked list in c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What is a buffer c++?
What are the advantages of c++? Explain
What is a modifier in c++?