what is the main difference between c and c++?
Answer Posted / sachin rajput
1)c is more faster than c++.
2)c is top to bottom but c++ vice-versa.
3)c is based on pops concepts but c++ is based on oops concepts.
4)c++ is secure language but c is not.
5)emphasis is on data rather than procedure in c++ but in case of c it is just opposite.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Write a program to sort the number with different sorts in one program ??
What is difference between inheritance and polymorphism?
What is the example of polymorphism?
What is the difference between inheritance and polymorphism?
What is a function in oop?
What is polymorphism and types?
Can private class be inherited?
What is abstraction encapsulation?
What is cohesion in oop?
What is methods in oop?
What is abstraction oop?
Which method cannot be overridden?
Why is polymorphism used?
What polymorphism means?
What are the 5 oop principles?