STL (140)
OOPS (873)
C++ General (2409)
Why is oop useful?
What is coupling in oops?
Explain operator overloading.
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
what is a class? Explain with an example.
What is vector pair in c++?
What is the difference between a constructor and a destructor?
What do you mean by “this” pointer?
Can static member variables be private?
Explain about templates of C++.
why and when we can declar member fuction as a private in the class?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Is c++ vector a linked list?