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

What does iomanip mean in c++?

605


What is a modifier in c++?

634


What does the linker do?

597


Mention the purpose of istream class?

621


What are the types of array in c++?

620






What is malloc in c++?

557


When you overload member functions, in what ways must they differ?

590


What is meant by entry controlled loop?

660


Do you need a main function in c++?

561


Differentiate between an inspector and a mutator ?

705


Is set c++?

570


What is abstraction c++?

591


What is the use of ::(scope resolution operator)?

651


What is an adaptor class in c++?

602


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

638