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
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What are the five basic elements of a c++ program?
What is the arrow operator in c++?
Explain the difference between class and struct in c++?
Implement stack operations with pointers with appropriate exception checks.
What is the type of 'this' pointer?
What is iostream in c++ used for?
What is the use of "new" operator?
What is main function in c++ with example?
Why do we use pointers in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is :: operator in c++?
How do I start a c++ project?
In c++, what is the difference between method overloading and method overriding?
Can you please explain the difference between using macro and inline functions?