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
List different attributes in C++?
What is private inheritance?
Why do we use using namespace std in c++?
What is the best c++ compiler?
What does n mean in c++?
Write a note about the virtual member function?
Define a constructor - what it is and how it might be called (2 methods)?
How to declare an array of pointers to integer?
What are vectors used for in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is difference between c++ and c ++ 14?
What is a class template in c++?
What do you mean by overhead in c++?
Define virtual constructor.
Which is the best c++ compiler for beginners?