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
Why is static class not inherited?
Write a program to sort the number with different sorts in one program ??
what is different between oops and c++
What are the 4 main oop principles?
What is oops and why we use oops?
Whats is abstraction in oops?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is encapsulation with example?
any one please tell me the purpose of operator overloading
What is inheritance and how many types of inheritance?
Why do we use class?
What is an advantage of polymorphism?
write a program that takes input in digits and display the result in words from 1 to 1000
Can abstract class have normal methods?
Why do we use polymorphism in oops?