difference between c and c++?

Answer Posted / muneeswari

c is structured design,c++ is object oriented design
c is top-down approach,c++ is bottom-top approach
c++ is required acces specifiers,c is not required acces
specifiers
c++ is client server model

Is This Answer Correct ?    55 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain selection sorting. Also write an example.

795


What are the benefits of oop in c++?

799


Explain the auto storage classes in c++.

821


Is recursion allowed in inline functions?

788


Why cout is used in c++?

760


What is stl containers in c++?

768


What is the meaning of c++?

752


What are the methods of exporting a function from a dll?

838


Can I create my own functions in c++?

797


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

892


What does std :: flush do?

865


What is copy constructor? Can we make copy constructor private in c++?

796


what is upcasting in C++?

914


How would you find out if a linked-list is a cycle or not?

724


Does c++ support exception handling?

784