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 are the 3 pillars of oop?
What are constructors in oop?
What are the 3 principles of oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Write a program to reverse a string using recursive function?
What is overriding in oop?
What is polymorphism and its types?
What is a null tree?
What is polymorphism explain its types?
What does no cap mean?
Plese get me a perfect C++ program for railway/airway reservation with all details.
How do you achieve runtime polymorphism?
What is the main purpose of inheritance law?
Are polymorphisms mutations?