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

Answer Posted / kalpana

object oriented programming (oop eg c++)is based on
object;whereas procedure oriented programming <pop eg c) is
a structured programming.pop concentrates more on functions
where as in oop more attention is given to the data rather
than functions.oop deals with realworld problems where as
pop doesnot model the realworld problems.

Is This Answer Correct ?    14 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I learn c++ easily?

624


What is a pointer how and when is it used?

579


What is data abstraction? How is it different from data encapsulation?

536


How do you generate a random number in c++?

603


Why is c++ called oops?

558






What is c++ virtual inheritance?

596


Explain what is class definition in c++ ?

599


What is const pointer and const reference?

595


How can I improve my c++ skills?

557


Which programming language is best to learn first?

585


Distinguish between new and malloc and delete and free().

575


What is vector pair in c++?

711


What is buffer and example?

525


What is Destructor in C++?

638


What is c++ namespace?

712