What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / rupesh
oop is mainly used in c++ and pop is used in c.
they are diff programming langauges.
Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
Explain register storage specifier.
Why is "using namespace std;" considered bad practice?
What is a storage class used in c++?
How do I start a c++ project?
What is the extension of c++?
What is ios flag in c++?
Is there any difference between int [] a and int a [] in c++?
What is runtime errors c++?
Please explain class & object in c++?
What is the main purpose of c++?
What are the various compound assignment operators in c++?
Why are pointers used?
What is the use of namespace std in C++?
How do you sort a sort function in c++ to sort in descending order?
What do you understand by pure virtual function? Write about its use?