what is the main difference between c and c++?
Answer Posted / sushma sharma,hapur
These are the main difference of c and c++
*c follows the procedural programming paradigm while c++ is
a multi paradigm language.
*In case of C,the data is not secured while the data is
secured(hidden) in c++.
*C is a low level language while C++is a middle level language.
*C use the top down approach while C++ use the bottom up
approach.
*C is function-driven while is object driven.
*C++ supports functions overloading while C does not.
*we can use function inside structure in C++ but not in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oops and its features?
What is balance factor?
Can we override main method?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is abstraction and encapsulation?
What is encapsulation in oop?
What is use of overloading?
What is overloading and its types?
What is a class in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the importance of oop?
What are the advantages of polymorphism?
What is inheritance in simple words?
What is meant by oops concept?
What are the 4 pillars of oop?