what is the main difference between c and c++?

Answer Posted / ashish sangal[ash don]

We cannot do overloading with C where as C++ supports both
function and operator overloading.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multilevel inheritance explain with example?

629


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2038


What is encapsulation in oop?

609


How can you overcome the diamond problem in inheritance?

770


What are the types of abstraction?

560






Is data hiding and abstraction same?

569


Please send ford technologies placement paper 2 my mail id

1658


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1642


Which language is pure oop?

551


What are the advantages of polymorphism?

577


What is new keyword in oops?

593


What is the importance of oop?

613


Why is oop useful?

602


Which is not an object oriented programming language?

544


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1780