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

What is algorithm in c++ programming?

585


What is a block in c++?

542


What does it mean to declare a member function as virtual?

579


What is the full form of dos?

558


Which software is best for programming?

652






Can a new be used in place of old mallocq? If yes, why?

626


Evaluate !(1&&1||1&&0) a) Error b) False c) True

696


What is pointer to array in c++?

609


What is object file? How can you access object file?

593


Give 10 points of differences between C & C++.

614


How would you use the functions memcpy(), memset(), memmove()?

622


What are shallow and deep copies?

627


Is c++ primer good for beginners?

581


Explain what you mean by a pointer.

619


Can user-defined object be declared as static data member of another class?

544