what is the main difference between c and c++?
Answer Posted / shaik usman ali
IN "C" WE CAN'T FOUND OPERATOR OVERLOADING CONCEPT WHERE AS
IN C++ IT IS POSSIBLE.THIS IS THE FIRST AND FORE MOST
DIFFERENCE BETWEEN THESE TWO LANGUAGES.
THAT TO BE "++ OPERATOR OVERLOATING" IS DONE FIRST.
THIS IS THE MAJOR DIFFERENCE BETWEEN C AND C++ PROGRAMMING
LANGUAGES.
| Is This Answer Correct ? | 214 Yes | 52 No |
Post New Answer View All Answers
Can you explain polymorphism?
What is the difference between a mixin and inheritance?
What are the 4 pillars of oop?
hi all..i want to know oops concepts clearly can any1 explain??
What is the difference between abstraction and polymorphism?
Can destructor be overloaded?
What is for loop and its syntax?
What are properties in oop?
Which method cannot be overridden?
What are benefits of oop?
What is multilevel inheritance?
What is difference between data abstraction and encapsulation?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?