What is Object Oriented programming.what is the difference
between C++ and C?

Answer Posted / jai

C++ is oops becoz data structure is not scattared through
out the program.Data and member fucntion which operates on
data member are bind by a object.The functon which will
modify the particular data members of class are fixed.No
fucntion form outside will change it.In c, datastructure
are scattred through out the program and any fuction can
chnage their value and we have to trac that.In c++,data
member is bound to object and the member fucntion which
will change the data also bind by same object.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know what is overriding?

630


What is the difference between *p++ and (*p)++ ?

787


What is the advantage of an external iterator.

584


What does obj stand for?

643


What are the various oops concepts in c++?

610






What is Destructor in C++?

645


Is c++ vector a linked list?

558


Explain selection sorting. Also write an example.

593


What is anonymous object in c++?

636


Does c++ support exception handling?

605


What is difference between malloc()/free() and new/delete?

658


What are punctuators in c++?

663


What do you mean by a template?

636


What is java and c++?

675


What is the best c++ book for beginners?

584