what is the main difference between c and c++?
Answer Posted / t.saranya
c is structured programming language but c++ is object oriented programming language.
data is not secured in but c++ is data's are secured.
c does not support the c++program,but c++ support the c program.
c is low level language,but c++ is high level language.
c++ support operator overloading,c does not support.
c is top down,c++ is bottom up,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Get me an image implementation program.
What is the purpose of enum?
Can we have inheritance without polymorphism?
Is data hiding and abstraction same?
What is interface? When and where is it used?
Why do while loop is used?
What is the real time example of inheritance?
What is the full form of oops?
What is encapsulation and abstraction? How are they implemented in C++?
Where is pseudocode used?
What does and I oop mean in text?
Why do we use oops?
What is polymorphism explain?
What is encapsulation with real life example?
What is meant by multiple inheritance?