What is difference c and c++?



What is difference c and c++?..

Answer / priya

C does no support polymorphism, encapsulation, and inheritance which means that C does not support object oriented programming.

C++ supports polymorphism, encapsulation, and inheritance because it is an object oriented programming language.

C is a subset of C++.

C++ is a superset of C.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are formatting flags in ios class?

0 Answers  


What are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


Does c++ have string data type?

0 Answers  


Is c++ primer good for beginners?

0 Answers  


What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,






What is private inheritance?

0 Answers  


What is an object in c++?

0 Answers  


What is this pointer in c++?

1 Answers  


what is oops

2 Answers  


What does obj stand for?

0 Answers  


What is the difference between while and do while loop?

0 Answers  


What is & in c++ function?

0 Answers  


Categories