what is the main difference between c and c++?
Answer Posted / saddam hussain
c is procedural language,while c++ is an objected oriented
programing language.The main difference between c and c++
is that, in c importance is given to steps or procedure of
programe and in c++ focuses on the data rather than process.
in short data is not secured in c while in c++ data is
secured(Hidden).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the three parts of a simple empty class?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the benefits of interface?
Why is object oriented programming so hard?
What does sksksk mean in text slang?
is there any choice in opting subjects like 4 out of 7
How does polymorphism work?
Why multiple inheritance is not possible?
How do you explain polymorphism?
write a program to find 2^n+1 ?
Which is not an object oriented programming language?
Give two or more real cenario of virtual function and vertual object
What is overloading and its types?
What is polymorphism and example?
What are two types of polymorphism?