What is the difference between the C & C++?

Answer Posted / asha

.In c more emphasis is given on procedure,but in c++ more
emphasis is given on data rather than procedure.
.In c the large program is divided into number of smaller
programs called modules,where as in c++ the program is
divided into objects.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not an object oriented programming language?

544


What is an example of genetic polymorphism?

651


Whats oop mean?

598


What do you mean by overloading?

582


What does oop mean in snapchat?

688






Why multiple inheritance is not possible?

602


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

632


What do you mean by variable?

577


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3557


What is stream in oop?

841


Can bst contain duplicates?

670


What is abstraction in oop?

637


What is polymorphism programming?

605


Why is polymorphism used?

587


What is polymorphism in oop example?

517