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
Can char be a number c++?
Can I learn c++ without learning c?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Explain about templates of C++.
What is a float in c++?
What is a v-table?
What is the most useful programming language?
what is upcasting in C++?
Declare a class vehicle and make it an abstract data type.
Why is main function important?
What are separators in c++?
Can you Mention some Application of C/C++?
What is a friend function in c++?
What does ctime() do?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00