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
What are oops functions?
What is inheritance in simple words?
What is encapsulation and abstraction? How are they implemented in C++?
What are properties in oop?
What is the oops and benefits of oops programming?
What is multilevel inheritance explain with example?
What is meant by multiple inheritance?
What is super in oop?
What is basic concept of oop?
What is abstraction encapsulation?
What is the main feature of oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is data binding in oops?
What is encapsulation c#?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)