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
What is the highest level of cohesion?
What are the benefits of interface?
Why do we need oop?
What are two types of polymorphism?
What is oops and why we use oops?
What is abstraction example?
What is object and class in oops?
What is polymorphism give a real life example?
What is interface? When and where is it used?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
officer say me - i am offered to a smoking , then what can you say
What is the difference between encapsulation and polymorphism?
Why do we use class in oops?
What is class and object with example?
Why is polymorphism needed?