difference between c and c++?
Answer Posted / kasi
1)C is procedure oriented programming & c++ is object
oriented programming.
2}c gives importance to procedure that is functions rather
than data.
c++ is object oriented language and gives importance to
object that is data .
3)c is middle level language.
c++ is high level language
4)c is structured design,c++ is object oriented design
5)c is top-down approach,c++ is bottom-top approach
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of c++? Explain
What's the most powerful programming language?
What is c++ redistributable?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is virtual table?
Explain stack & heap objects?
What is the use of structure in c++?
Define the process of error-handling in case of constructor failure?
Explain the differences between private, public and protected and give examples.
Mention the ways in which parameterized can be invoked. Give an example of each.
What is #include iostream in c++?
What is difference between c++ 11 and c++ 14?
Is c++ a pure oop language?
Explain container class.