what is the main difference between c and c++?
Answer Posted / sameer
->C is a procedural programing language and c++ is a object
oriented programing language.
->C does not allow operator and function overloading.
C++ can allows function and operator overloading
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is encapsulation with example?
What is polymorphism and why is it important?
Why is oop useful?
What are the 3 pillars of oop?
write string class as your own class in java without using any built-in function
What is interface in oop?
What are the 3 principles of oop?
What is object in oops?
What is ambiguity in inheritance?
Why do we use class 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...
How do you achieve runtime polymorphism?
What are objects in oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?