what is the main difference between c and c++?
Answer Posted / chandrahas dhiraj, delhi
1) C is procedure oriented programming while C++ is object
oriented programming.....
2) C++ is C programming + inheritence + dynamic linking...
3) After the increment The C became C++...
| Is This Answer Correct ? | 17 Yes | 28 No |
Post New Answer View All Answers
What are the 5 oop principles?
What does oop mean in snapchat?
What is polymorphism used for?
What is the significance of classes in oop?
What is a function in oop?
What is cohesion in oop?
What is the fundamental idea of oop?
What is inheritance write a program to show use of inheritance?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
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
How do you achieve polymorphism?
Why is oop better than procedural?
Which language is pure oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is the oops and benefits of oops programming?