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
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What are structures and unions?
What is lazy initialization in c++?
If there are two catch statements, one for base and one for derived, which should come first?
What is namespace std; and what is consists of?
What is a string example?
What is a type library?
What is a map in c++?
daily Routine of father
Is c++ a dying language?
Which bitwise operator is used to check whether a particular bit is on or off?
What is the best c++ ide?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is virtual methods?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.