what is the main difference between c and c++?
Answer Posted / anusha
C is a general purpose and structured programing language,where as c++ is object oriented.
In C we wont use classes,where as c++ called as c with classes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can main method override?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is difference between oop and pop?
Is abstract thinking intelligence?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Get me a number puzzle game-program
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are the benefits of interface?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is the types of inheritance?
What is the difference between procedural programming and oops?
What is inheritance in simple words?
What is basic concept of oop?
Why is polymorphism used?
What is abstraction in oop with example?