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
Why is oop useful?
What is the full form of oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is polymorphism programming?
What is solid in oops?
Whats is abstraction in oops?
What is oops in simple words?
Can we have inheritance without polymorphism?
Give two or more real cenario of virtual function and vertual object
What is polymorphism and example?
Why multiple inheritance is not possible?
Explain the advantages of inheritance.
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the purpose of polymorphism?
What is the example of polymorphism?