what is the main difference between c and c++?
Answer Posted / priyanka
1. c doesn't support operator overloading but c++ support
operator overloading.
2. c is structured(procedural) programming language but c++
is an object programming language.
3. data is not secured in c but c++ data is secured.
4. c is top-down apporach and c++ is bottom-up apporach.
5. c using #include<stdio.h> as header file and c++ using
#include<iostream.h> as header file.
6. c is low level language but c++ is high level language.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you mean by abstraction?
What are the 4 main oop principles?
What does and I oop and sksksk mean?
Where is pseudocode used?
Which language is not a true object oriented programming language?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
to find out the minimum of two integer number of two different classes using friend function
What is constructor overloading in oop?
what is graphics
What are objects in oop?
#include
what is difference between class template and template class?
What is new keyword in oops?
What exactly is polymorphism?
What is difference between oop and pop?