What is lazy initialization in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is an orthogonal base class in c++?
Why do we need constructors in c++?
Is c or c++ more useful?
what are the characteristics of Class Members in C++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Search for: what is pair in c++?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
Is oops and c++ same?
Explain stack & heap objects?
What is enum c++?
What will happen if when say delete this ?