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

Differentiate between late binding and early binding. What are the advantages of early binding?

574


What are the c++ access specifiers?

761


How do we balance an AVL Tree in C++?

626


What are the storage qualifiers?

659


Can we run c program in turbo c++?

575






What is the use of setprecision in c++?

538


Can c++ do everything c can?

590


What is low level language in simple words?

551


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

532


Explain some examples of operator overloading?

638


Why we use #include iostream in c++?

568


What is an adaptor class in c++?

596


If all is successful, what should main return a) 0 b) 1 c) void

554


What is ios :: in in c++?

627


Why main function is special in c++?

657