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 private class be inherited?
How to improve object oriented design skills?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
How do you achieve polymorphism?
Which language is pure oop?
Why is oop useful?
which feature are not hold visual basic of oop?
What are functions in oop?
What is abstract class in oop?
What is oops with example?
How long to learn object oriented programming?
Is data hiding and abstraction same?
Get me an image implementation program.
write a program to find 2^n+1 ?
What are two types of polymorphism?