difference between c and c++?

Answer Posted / kasi

1)C is procedure oriented programming & c++ is object
oriented programming.
2}c gives importance to procedure that is functions rather
than data.
c++ is object oriented language and gives importance to
object that is data .
3)c is middle level language.
c++ is high level language
4)c is structured design,c++ is object oriented design
5)c is top-down approach,c++ is bottom-top approach

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why Pointers are not used in C++?

624


What kind of jobs can I get with c++?

599


Are php strings immutable?

560


Can char be a number c++?

593


What are the unique features of C++.

572






What are the five basic elements of a c++ program?

583


What do you understand by a pure virtual member function?

548


Explain unexpected() function?

584


What is constructor c++?

668


What is the average salary of a c++ programmer?

542


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

3060


Why should you learn c++?

587


What are shallow and deep copies?

636


What is a storage class? Mention the storage classes in c++.

595


How static variables and local variablesare similar and dissimilar?

563