what is the main difference between c and c++?
Answer Posted / v.santhoshini
*c does not supports function overloading.c++does supports
function overloading.
*Now c,name space is not available.c++,namespace is
available.
*c does not uses reference variable.c++ uses reference
variables.
*c is more time complexity.c++ is less time complexity.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which type does string inherit from?
What is class encapsulation?
What is abstraction and encapsulation?
What is the full form of oops?
What is class in oop with example?
What is encapsulation process?
What is the highest level of cohesion?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Why do we need oop?
Why do while loop is used?
What are the benefits of oop?
What is the example of polymorphism?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
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 are the benefits of interface?