what is the main difference between c and c++?
Answer Posted / anirudh
* C is function-driven while C++ is object-driven
* C follows the procedural programming paradigm while C++ is
a multi-paradigm language(procedural as well as object oriented)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is class defined?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is object in oop with example?
Which is not an object oriented programming language?
what are the ways in which a constructors can be called?
Can an interface inherit a class?
How do you define a class in oop?
What is balance factor?
what is graphics
What are the 3 principles of oop?
what is different between oops and c++
What is the purpose of enum?
What is overriding vs overloading?
What is data binding in oops?
What is purpose of inheritance?