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

Answer Posted / abhishek gautam

C does not supports operator overloading but C++ supports.
C focus on procedure whereas C++focus on data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 3 principles of oop?

805


What is the full form of oops?

887


What is polymorphism oop?

799


What is class and object with example?

778


can we make game by using c

3692


What is encapsulation in ict?

791


Why polymorphism is used in oops?

768


Why do we use polymorphism in oops?

765


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

3078


What is class encapsulation?

796


What exactly is polymorphism?

813


What are the important components of cohesion?

727


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

2236


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

924


Why is abstraction used?

813