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

Which operations are permitted on pointers?

659


How a new element can be added or pushed in a stack?

678


How important is c++?

619


What does flush do c++?

660


How are Structure passing and returning implemented by the compiler?

701






What is the use of 'this' pointer?

888


Who invented turbo c++?

731


What is vector pair in c++?

812


Explain Text Manipulation Routines?

724


Specify some guidelines that should be followed while overloading operators?

718


What is data binding in c++?

596


Write a program to find the reverse Fibonacci series starting from N.

691


Is main a class in c++?

641


What is the difference between map and hashmap in c++?

663


How does c++ sort work?

647