difference between c and c++?

Answer Posted / sumanth

c is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
c++ is object oriented language and gives importance to
object that is data
c++ is high level language
c++ havig extra benifits data can hide in the fuction
(encapsulation),polymorphism,templets,file
handeling,inharitance.
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
In c++,there is a new concept of "INLINE FUNCTIONS",
whereas in c, there are macros.
C++ is a object oriented language but C is not OOPS.

Is This Answer Correct ?    23 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are iterators in c++?

592


Write a c program for binary addition of two 8 bit numbers.

3666


What is an adjust field format flag?

644


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

592


Which software is best for coding?

572






What is the main use of c++?

549


What are the different types of comments allowed in c++?

575


Describe the advantage of an external iterator.

614


What is the difference between function overloading and operator overloading?

569


Is it possible for the objects to read and write themselves?

639


What kind of problems can be solved by a namespace?

591


Do you know the problem with overriding functions?

570


Tell me difference between constant pointer and pointer to a constant.

624


Explain public, protected, private in c++?

563


Can we run c program in turbo c++?

584