what is the main difference between c and c++?
Answer Posted / krishnachaitanya
c is a structured programming language and procedure
oriented language.c++ is an object oriented programming
language.c does not provide any security to data but c++
provides security to data.c does not have any uniformity
and associativity.in c,we use variables and in c++,we use
objects.c follows top_down approach and c++ follows
bottom_up approach.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is persistence in oop?
What are the benefits of polymorphism?
How do you achieve polymorphism?
Can we define a class within the interface?
What is polymorphism and types?
What is overloading in oop?
What is difference between pop and oop?
What is polymorphism and example?
#include
What do you mean by Encapsulation?
What is the purpose of enum?
Is this job good for future? can do this job post grduate student?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How do you use inheritance in unity?
What is the problem with multiple inheritance?