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 is recursion?
Carry out conversion of one object of user-defined type to another?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is encapsulation in c++?
what are the iterator and generic algorithms.
Is rust better than c++?
What is the difference between global variables and local variable
what is COPY CONSTRUCTOR and what is it used for?
If there are two catch statements, one for base and one for derived, which should come first?
What is a syntax in c++?
Write is a binary search tree? Write an algo and tell complexity?
What are destructors?
What is #include iostream h in c++?
What is pointer in c++ with example?
Which software is best for c++ programming?